Skip to content

CMake: Correct C++ Boost dependencies for Windows

Ammar Nejati requested to merge correctBoostDependencies into develop

With the new compiled Boost (1.77.0) on the Windows machine, there is no need to add zlib, bzip2, lzma, and zstd as extra dependencies for Boost. The compiled Boost binaries (on Windows) include libboost_zlib and libboost_bzip2 (lzma and zstd are not required).

The Boost include and lib folders are cleanly separated from other libraries in order to make future updates easier.

The GitLab CI script for Windows is updated accordingly.

Related to issue #133 (closed)

Merge request reports