• Gabor Buella's avatar
    Fix usage of CMAKE_BUILD_TYPE setting · 31d4a598
    Gabor Buella authored
    The build type was set to Release in the top level cmake file.
    This was a rather confusing behaviour, as one would expect to
    be able to easily debug the code after using `cmake -DCMAKE_BUILD_TYPE=Debug`.
    31d4a598
CMakeLists.txt 3.06 KB