Merge pull request #6015 from Icinga/fix/cmakelist-whitespace

Fix whitespaces in CMakeLists files
This commit is contained in:
Michael Friedrich 2018-01-19 11:11:43 +01:00 committed by GitHub
commit 627fddf12b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
24 changed files with 183 additions and 182 deletions

View File

@ -45,8 +45,8 @@ install(CODE "
ERROR_VARIABLE error_output) ERROR_VARIABLE error_output)
if(copy_result) if(copy_result)
message(FATAL_ERROR \${error_output}) message(FATAL_ERROR \${error_output})
endif() endif()"
") )
file( file(
GENERATE GENERATE

View File

@ -57,7 +57,8 @@ endif()
add_boost_test(base add_boost_test(base
SOURCES test-runner.cpp ${base_test_SOURCES} SOURCES test-runner.cpp ${base_test_SOURCES}
LIBRARIES ${base_DEPS} LIBRARIES ${base_DEPS}
TESTS base_array/construct TESTS
base_array/construct
base_array/getset base_array/getset
base_array/resize base_array/resize
base_array/insert base_array/insert