Skip to content

[BUGFIX] search for package boost configuration does not work with walberla

Markus Holzer requested to merge (removed):cmake_boost_1_70_0_integration into master

If Boost was built using the boost-cmake project or from Boost 1.70.0 on it provides a package configuration file for use with find_package’s config mode. This causes trouble with walberla. Therefore I set Boost_NO_BOOST_CMAKE ON.

Merge request reports