mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-19 21:50:39 -06:00
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)
|