Skip to content

Move platform specific CMake code

Bram Veenboer requested to merge improve-cmake into master

Clean up the top-level CMakeLists.txt file by moving code specific to one platform (e.g. find_package calls) to the file where they are actually needed.

Merge request reports