In the file include/boost/CMakeLists.txt, it has the following but CF_INSTALL_INCLUDE_DIR is not defined and hence it fails if not running as root even than, CF_INSTALL_INCLUDE_DIR should be set to some path relative to the installation of CoolFluid3 itself.
install boost headers
install( FILES ${BOOST_QUADRATURE_FIND_FILES}
DESTINATION
${CF_INSTALL_INCLUDE_DIR}/boost )
In the file include/boost/CMakeLists.txt, it has the following but CF_INSTALL_INCLUDE_DIR is not defined and hence it fails if not running as root even than, CF_INSTALL_INCLUDE_DIR should be set to some path relative to the installation of CoolFluid3 itself.
install boost headers
install( FILES ${BOOST_QUADRATURE_FIND_FILES}
DESTINATION
${CF_INSTALL_INCLUDE_DIR}/boost )