4e5cb37590
Move the ErrorsOFF/ON common logic from CMakeLists.txt into an ErrorsCommon file to allow other test cases to be added that do not use the Errors test logic.
3 lines
58 B
CMake
3 lines
58 B
CMake
set(TEST_ERROR_CONDITIONS ON)
|
|
include(ErrorsCommon.cmake)
|