TRILAB-142 Change minimum CMake version to 3.12

This commit is contained in:
Allen Byrne
2020-02-21 16:16:06 -06:00
committed by David Young
parent d6c2f9966f
commit 60a4987f97
87 changed files with 436 additions and 337 deletions

View File

@@ -102,7 +102,7 @@ if (TEST_CHECKUB STREQUAL "YES")
# now compare the outputs
EXECUTE_PROCESS (
COMMAND ${CMAKE_COMMAND} -E compare_files ${TEST_HFILE}-ub.cmp ${TEST_HFILE}.cmp
COMMAND ${CMAKE_COMMAND} -E compare_files ${CMAKE_IGNORE_EOL} ${TEST_HFILE}-ub.cmp ${TEST_HFILE}.cmp
RESULT_VARIABLE TEST_RESULT
)