Skip to content

Commit e3bb94c

Browse files
committed
cmake: add PROXSUITE_EXPORT_PACKAGE option
1 parent a3f12d7 commit e3bb94c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ elseif(NOT PROXSUITE_CXX_STANDARD)
3030
endif()
3131
message(STATUS "[proxsuite] PROXSUITE_CXX_STANDARD set to '${PROXSUITE_CXX_STANDARD}'")
3232

33+
jrl_option(PROXSUITE_EXPORT_PACKAGE "Generate the CMake export files" ${PROJECT_IS_TOP_LEVEL})
3334
jrl_option(BUILD_TESTING "Build the tests" OFF)
3435
jrl_option(BUILD_EXAMPLES "Build the examples" OFF)
3536
jrl_option(BUILD_BENCHMARKS "Build the benchmarks" OFF)

0 commit comments

Comments
 (0)