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

PROJECT_CONFIG_DIR overridden in basis_find_packages #523

Closed schuhschuh closed 8 years ago

schuhschuh commented 8 years ago

The PROJECT_CONFIG_DIR variable set by basis_project (resp. basis_check_metadata) is overridden with the value ${POJECT_SOURCE_DIR}/config by the basis_find_packages macro. This was necessary when this variable was not set by basis_project yet.