mirror of
https://github.com/reactos/CMake.git
synced 2024-12-21 03:00:59 +00:00
2e1c2bd2dd
If CMAKE_MAKE_PROGRAM is not set fail with an error message instead of crashing. Suggest calling project() or enable_language() first to ensure that CMAKE_MAKE_PROGRAM is set.
3 lines
72 B
CMake
3 lines
72 B
CMake
build_command(MAKECOMMAND_DEFAULT_VALUE)
|
|
project(${RunCMake_TEST} NONE)
|