CMake/Tests/RunCMake/build_command/ErrorsOFF.cmake
Brad King 4e5cb37590 Refactor RunCMake.build_command test to allow more cases
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.
2013-03-12 18:09:22 -04:00

3 lines
59 B
CMake

set(TEST_ERROR_CONDITIONS OFF)
include(ErrorsCommon.cmake)