mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 14:44:32 +02:00
Fix whitespaces in CMakeLists files
Uses 2 space indentation as standard
This commit is contained in:
parent
59b34846e8
commit
1da6b2c883
@ -45,8 +45,8 @@ install(CODE "
|
||||
ERROR_VARIABLE error_output)
|
||||
if(copy_result)
|
||||
message(FATAL_ERROR \${error_output})
|
||||
endif()
|
||||
")
|
||||
endif()"
|
||||
)
|
||||
|
||||
file(
|
||||
GENERATE
|
||||
|
@ -57,7 +57,8 @@ endif()
|
||||
add_boost_test(base
|
||||
SOURCES test-runner.cpp ${base_test_SOURCES}
|
||||
LIBRARIES ${base_DEPS}
|
||||
TESTS base_array/construct
|
||||
TESTS
|
||||
base_array/construct
|
||||
base_array/getset
|
||||
base_array/resize
|
||||
base_array/insert
|
||||
|
Loading…
x
Reference in New Issue
Block a user