mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-30 11:08:51 -06:00
Some are user facing.
Found using
codespell -q 3 --skip="./Utilities" -I .cmake-whitelist.txt`
whereby the whitelist contained:
ans
dum
helpfull
emmited
emmitted
buil
iff
isnt
nto
ot
pathes
substract
te
todays
upto
whitespaces
13 lines
312 B
CMake
13 lines
312 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(defaultmessage)
|
|
run_cmake(nomessage)
|
|
run_cmake(message-internal-warning)
|
|
run_cmake(nomessage-internal-warning)
|
|
run_cmake(warnmessage)
|
|
# message command sets fatal occurred flag, so check each type of error
|
|
|
|
# separately
|
|
run_cmake(errormessage_deprecated)
|
|
run_cmake(errormessage_dev)
|