mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
Merge pull request #6015 from Icinga/fix/cmakelist-whitespace
Fix whitespaces in CMakeLists files
This commit is contained in:
commit
627fddf12b
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user