• Vladislav Vaintroub's avatar
    WL#5161: Implement Mats' suggestion of moving OS specific CMake code to OS... · a8c47397
    Vladislav Vaintroub authored
    WL#5161: Implement Mats' suggestion of moving OS specific CMake code to OS specific files, instead of 
    polluting code with IF(CMAKE_SYSTEM_NAME MATCHES...), first on Windows.
    
    cmake/libutils.cmake:
      Fix the case in MERGE_LIBRARIES, where  there is no dependency on OS libraries.
    cmake/os/Windows.cmake:
      Move windows specific code to cmake/os/Windows.cmake
    configure.cmake:
      Move some Windows code to cmake/os/Windows.cmake
    a8c47397
libutils.cmake 11.1 KB