Closed schuhschuh closed 8 years ago
The basis_find_packages function in ProjectTools.cmake has a hard coded PROJECT_CONFIG_DIR variable. It should use the value set by basis_project.
basis_find_packages
ProjectTools.cmake
PROJECT_CONFIG_DIR
basis_project
good catch
This has been fixed in develop branch.
The
basis_find_packages
function inProjectTools.cmake
has a hard codedPROJECT_CONFIG_DIR
variable. It should use the value set bybasis_project
.