mirror of
https://github.com/reactos/CMake.git
synced 2025-01-10 05:31:02 +00:00
d06db7ebe8
Process all arguments in a single loop using a simple state machine. While at it, fix some error message typos. Also allow LINK_LIBRARIES with no actual libraries to disable use of the -DLINK_LIBRARIES=... from the CMAKE_FLAGS. This was already possible in the old logic if LINK_LIBRARIES was immediately followed by another keyword argument instead of the end of the argument list, so allow it in general. Update the RunCMake.try_compile test cases accordingly.
5 lines
199 B
Plaintext
5 lines
199 B
Plaintext
CMake Error at NonSourceCompileDefinitions.cmake:1 \(try_compile\):
|
|
COMPILE_DEFINITIONS specified on a srcdir type TRY_COMPILE
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|