tumcms / Open-Infra-Platform

This is the official repository of the open-source Open Infra Platform software (as of April 2020).
Other
50 stars 23 forks source link

[REF] CMakeLists warnings #348

Open pjanck opened 3 years ago

pjanck commented 3 years ago

File which is being refactored All CMakeLists.txt - the CMake process throws a lot of (non-blocking) warnings. This should be looked at and unnecessary stuff removed / code refactored.

pjanck commented 3 years ago

Turns out, some of the warnings from Boost can be removed by using an updated CMake & configuring anew: https://github.com/Microsoft/cpprestsdk/issues/1010

This means that also the SetupHelp.md needs refactoring.

pjanck commented 3 years ago

Observe also https://gitlab.kitware.com/cmake/cmake/-/issues/19402