Fix whitespaces in CMakeLists files

Uses 2 space indentation as standard
This commit is contained in:
Jean Flach 2018-01-19 09:18:52 +01:00
parent 59b34846e8
commit 1da6b2c883
24 changed files with 183 additions and 182 deletions

View File

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

View File

@ -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