Open pjanck opened 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.
CMakeLists.txt
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.
SetupHelp.md
Observe also https://gitlab.kitware.com/cmake/cmake/-/issues/19402
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.