cmake-basis / legacy

Legacy CMake BASIS project for versions 3.2 and older. For newer versions, go to
https://github.com/cmake-basis/BASIS
Other
13 stars 11 forks source link

Include path of <Pkg><Module>Config.cmake is missing <Pkg>_INSTALL_PREFIX #554

Closed schuhschuh closed 8 years ago

schuhschuh commented 8 years ago

The include of the module configuration files in the top-level project configuration file <Pkg>Config.cmake is a relative path that should be prefixed by `${${NS}INSTALL_PREFIX}/`` to make it a valid absolute path.

schuhschuh commented 8 years ago

See this commit to the CMake BASIS Modules develop branch.