mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
b909be9e23
If a source file is not found, the error message reports a backtrace. Previously the backtrace pointed at where the target was created. In the case of `target_sources`, the missing source may have been named elsewhere. Fixes: #24538
11 lines
303 B
Plaintext
11 lines
303 B
Plaintext
^CMake Error at FileSetFileNoExist\.cmake:[0-9]+ \(target_sources\):
|
|
Cannot find source file:
|
|
|
|
[^
|
|
]*/Tests/RunCMake/target_sources/noexist\.h
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|
|
|
|
|
|
CMake Generate step failed\. Build files cannot be regenerated correctly\.$
|