509c142a3f
By default, the message is not issued. If CMAKE_ERROR_DEPRECATED is on, the message is fatal. If CMAKE_WARN_DEPRECATED is on, the message is a warning.
6 lines
87 B
CMake
6 lines
87 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(nomessage)
|
|
run_cmake(warnmessage)
|
|
run_cmake(errormessage)
|