Closed schuhschuh closed 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.
PROJECT_CONFIG_DIR
basis_project
basis_check_metadata
${POJECT_SOURCE_DIR}/config
basis_find_packages
The
PROJECT_CONFIG_DIR
variable set bybasis_project
(resp.basis_check_metadata
) is overridden with the value${POJECT_SOURCE_DIR}/config
by thebasis_find_packages
macro. This was necessary when this variable was not set bybasis_project
yet.