mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 13:56:00 +00:00
18e1bfbb3c
When CMake reports failure to configure a project, especially when the toolchain does not initialize properly, the true reason may be clear from reading the CMakeFiles/CMake(Output|Error).log files. Advise users to look at these files if they exist when configuration fails. Add RunCMake.Configure test to check that the log files are mentioned when configuration fails.
5 lines
130 B
Plaintext
5 lines
130 B
Plaintext
CMake Error at ErrorLogs.cmake:3 \(message\):
|
|
Some error!
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists.txt:3 \(include\)
|