The source project of this merge request has been removed.
[BUGFIX] search for package boost configuration does not work with walberla
+ 2
− 1
@@ -644,6 +644,7 @@ endif()
@@ -661,7 +662,7 @@ set ( Boost_ADDITIONAL_VERSIONS
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.