CMake/Tests/RunCMake/try_compile/NoArgs-stderr.txt
Matthew Woehlke f976800577 try_compile: More useful error if insufficient arguments
Tweak try_compile and try_run to give a more informative error (rather
than "unknown error") when given an insufficient number of arguments.
2022-09-15 13:34:30 -04:00

5 lines
183 B
Plaintext

CMake Error at NoArgs.cmake:[0-9]+ \(try_compile\):
The try_compile\(\) command requires at least 3 arguments.
Call Stack \(most recent call first\):
CMakeLists.txt:3 \(include\)