• Bjorn Svensson's avatar
    CMake corrections for building on Windows (#1122) · c245df9f
    Bjorn Svensson authored
    * Replace use of newer CMake builtins than in v3.0.0
    
    Visual Studio generator will replace -D with /D.
    
    * Only use /Z7 flag on a Visual Studio compilator
    
    Flag is not available on a GNU compilator running on windows,
    like in a mingw64 setup.
    c245df9f
CMakeLists.txt 8.47 KB