mirror of
https://github.com/reactos/CMake.git
synced 2025-01-17 08:52:31 +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.
6 lines
249 B
Plaintext
6 lines
249 B
Plaintext
CMake Error at BeforeProject.cmake:[0-9]+ \(build_command\):
|
|
build_command\(\) requires CMAKE_MAKE_PROGRAM to be defined. Call project\(\)
|
|
or enable_language\(\) first.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:[0-9]+ \(include\)
|