Skip to content

Help: cmake_path: note that tilde is not expanded

scivision requested to merge scivision/cmake:docpath into master

numerous cmake commands as well as build system interactions require expanding leading "~" to the host home directory, or the commands give unexpected results.

get_filename_component appears to be the only CMake command that can do this

Merge request reports