• Iban Cereijo's avatar
    Problem: CMake evaluation fails with Mingw-w64 · d040dc18
    Iban Cereijo authored
    Solution: we can use 'CMAKE_SYSTEM_VERSION' instead of
    '${CMAKE_SYSTEM_VERSION}' for the 'if' clauses.
    
    CMake fails to evaluate condition when CMAKE_SYSTEM_VERSION is
    empty, which can happen with a default installation of Mingw-w64
    in Linux.
    d040dc18
CMakeLists.txt 34.3 KB