CMake/Tests/RunCMake/file/REAL_PATH-non-existing.cmake
Alex Overchenko 00c1161b01 file(REAL_PATH): Warn on non-existing paths
The command is documented to work only for cases that the referenced
path exists.

Fixes: #26260
2024-09-12 08:20:29 -04:00

3 lines
52 B
CMake

file(REAL_PATH "dir/bad-magic-file.txt" real_path)