
Tweak try_compile and try_run to give a more informative error (rather than "unknown error") when given an insufficient number of arguments.
5 lines
183 B
Plaintext
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\)
|