IAP GITLAB

Skip to content

Forward our requirement for C++17 onto Conan (needed for Boost).

Remy Prechelt requested to merge cmake-boost-fix into master

Boost 1.76/1.77 fails to build on MacOS due to Apple Clang not defaulting to C++11 (compared to normal Clang). To fix the build on MacOS, we need to explicitly forward our C++ version onto Conan (which is not the same as just setting libstdc++ like we were previously).

This shouldn't affect any Linux builds.

Merge request reports