mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
The old `check_X_source_runs` modules did not verify the arguments, so
we cannot start doing it now. Downgrade the hard error introduced in
commit 357e2ef429 (CheckSoureRuns: Add a unified way to check if a
source runs, 2020-09-14) via !5223 into a noisy warning.
25 lines
708 B
Plaintext
25 lines
708 B
Plaintext
^CMake Warning \(dev\) at [^
|
|
]*/Modules/Internal/CheckSourceRuns.cmake:[0-9]+ \(message\):
|
|
Unknown argument:
|
|
|
|
BAD
|
|
|
|
Call Stack \(most recent call first\):
|
|
[^
|
|
]*/Modules/CheckCSourceRuns.cmake:[0-9]+ \(cmake_check_source_runs\)
|
|
UnknownArgument.cmake:[0-9]+ \(check_c_source_runs\)
|
|
CMakeLists.txt:[0-9]+ \(include\)
|
|
This warning is for project developers. Use -Wno-dev to suppress it.
|
|
|
|
CMake Error at [^
|
|
]*/Modules/Internal/CheckSourceRuns.cmake:[0-9]+ \(message\):
|
|
Unknown argument:
|
|
|
|
BAD
|
|
|
|
Call Stack \(most recent call first\):
|
|
[^
|
|
]*/Modules/CheckSourceRuns.cmake:[0-9]+ \(cmake_check_source_runs\)
|
|
UnknownArgument.cmake:[0-9]+ \(check_source_runs\)
|
|
CMakeLists.txt:[0-9]+ \(include\)$
|