mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
0f28653ba9
Change the SOURCE_FROM_ARG keyword to try_compile to SOURCE_FROM_CONTENT (which we can do because it was recently added and hasn't been in a release yet). The new name should be clearer as to what it does, and also more consistent with the CONTENT arguments to some other commands. Also, fix a typo in an error message.
5 lines
185 B
Plaintext
5 lines
185 B
Plaintext
CMake Error at SourceFromOneArg.cmake:[0-9]+ \(try_compile\):
|
|
SOURCE_FROM_CONTENT requires exactly two arguments
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|