Skip to content

Commit 6b867b7

Browse files
Clean up whitespace
1 parent 49663c8 commit 6b867b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ endif()
2020

2121
include(cmake/load_blt.cmake)
2222

23+
2324
cmake_dependent_option(CAMP_ENABLE_TESTS "Build tests" On "ENABLE_TESTS" Off)
2425

2526
# if ENABLE_TESTS is defined by a parent project, and
@@ -146,10 +147,8 @@ configure_package_config_file(
146147
lib/cmake/camp
147148
)
148149

149-
150150
install(EXPORT campTargets
151151
DESTINATION lib/cmake/camp)
152-
153152
install(FILES
154153
"${PROJECT_BINARY_DIR}/campConfigVersion.cmake"
155154
"${PROJECT_BINARY_DIR}/campConfig.cmake"

0 commit comments

Comments
 (0)