We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f12d7 commit e3bb94cCopy full SHA for e3bb94c
CMakeLists.txt
@@ -30,6 +30,7 @@ elseif(NOT PROXSUITE_CXX_STANDARD)
30
endif()
31
message(STATUS "[proxsuite] PROXSUITE_CXX_STANDARD set to '${PROXSUITE_CXX_STANDARD}'")
32
33
+jrl_option(PROXSUITE_EXPORT_PACKAGE "Generate the CMake export files" ${PROJECT_IS_TOP_LEVEL})
34
jrl_option(BUILD_TESTING "Build the tests" OFF)
35
jrl_option(BUILD_EXAMPLES "Build the examples" OFF)
36
jrl_option(BUILD_BENCHMARKS "Build the benchmarks" OFF)
0 commit comments