mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -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
6 lines
175 B
Plaintext
6 lines
175 B
Plaintext
^CMake Error at GenInSubdir/CMakeLists\.txt:[0-9]+ \(target_sources\):
|
|
Cannot find source file:
|
|
|
|
[^
|
|
]*/Tests/RunCMake/CMP0118/GenInSubdir-WARN-build/GenInSubdir/sub.txt
|