We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49663c8 commit 6b867b7Copy full SHA for 6b867b7
CMakeLists.txt
@@ -20,6 +20,7 @@ endif()
20
21
include(cmake/load_blt.cmake)
22
23
+
24
cmake_dependent_option(CAMP_ENABLE_TESTS "Build tests" On "ENABLE_TESTS" Off)
25
26
# if ENABLE_TESTS is defined by a parent project, and
@@ -146,10 +147,8 @@ configure_package_config_file(
146
147
lib/cmake/camp
148
)
149
-
150
install(EXPORT campTargets
151
DESTINATION lib/cmake/camp)
152
153
install(FILES
154
"${PROJECT_BINARY_DIR}/campConfigVersion.cmake"
155
"${PROJECT_BINARY_DIR}/campConfig.cmake"
0 commit comments