diff --git a/CMakeLists.txt b/CMakeLists.txt index 20f7d45f..6187e9fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,7 +76,7 @@ endif() # Assume release build by default if(NOT CMAKE_BUILD_TYPE) -#IGNORE set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING "" FORCE) + set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING "" FORCE) endif() # Minimum version requirements