Explicitly enable author warnings by default, via the cmake::GetSuppressDevWarnings method, which signals suppression is turned off unless the CMake variables are set as required. Add test cases for author and deprecated messages displayed by default.
7 lines
113 B
CMake
7 lines
113 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(defaultmessage)
|
|
run_cmake(nomessage)
|
|
run_cmake(warnmessage)
|
|
run_cmake(errormessage)
|