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
59 B
CMake
3 lines
59 B
CMake
set(TEST_ERROR_CONDITIONS OFF)
|
|
include(ErrorsCommon.cmake)
|