mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
f976800577
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
184 B
Plaintext
5 lines
184 B
Plaintext
CMake Error at TwoArgs.cmake:[0-9]+ \(try_compile\):
|
|
The try_compile\(\) command requires at least 3 arguments.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|