You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 )
The text was updated successfully, but these errors were encountered: