We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdaafb commit f83c1fbCopy full SHA for f83c1fb
CMakeLists.txt
@@ -29,10 +29,10 @@ set(CMAKE_BUILD_TYPE "Release") # Set the build type to Release by default
29
option(CDDP_CPP_BUILD_TESTS "Whether to build tests." ON)
30
31
# SQP Configuration
32
-option(CDDP_CPP_SQP "Whether to use SQP solver" ON)
+option(CDDP_CPP_SQP "Whether to use SQP solver" OFF)
33
34
# CasADi Configuration
35
-option(CDDP_CPP_CASADI "Whether to use CasADi" ON)
+option(CDDP_CPP_CASADI "Whether to use CasADi" OFF)
36
37
# Acado Configuration
38
option(CDDP_CPP_ACADO "Whether to use Acado" OFF)
0 commit comments