mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
The command is documented to work only for cases that the referenced path exists. Fixes: #26260
3 lines
83 B
CMake
3 lines
83 B
CMake
file(REAL_PATH "dir" real_path_dir)
|
|
file(REAL_PATH "dir/empty.txt" real_path_file)
|