diff --git a/cmake/sciqlop_params.cmake b/cmake/sciqlop_params.cmake index cfb64d5..1d9232e 100644 --- a/cmake/sciqlop_params.cmake +++ b/cmake/sciqlop_params.cmake @@ -6,17 +6,6 @@ # As the "NMake Makefiles" forces by default the CMAKE_BUILD_TYPE variable to Debug, SCIQLOP_BUILD_TYPE variable is used to be sure that the debug mode is a user choice #SET(SCIQLOP_BUILD_TYPE "Release" CACHE STRING "Choose to compile in Debug or Release mode") -#IF(SCIQLOP_BUILD_TYPE MATCHES "Debug") -# MESSAGE (STATUS "Build in Debug") -# SET (CMAKE_BUILD_TYPE "Debug") -# SET (DEBUG_SUFFIX "d") -#ELSE() -# MESSAGE (STATUS "Build in Release") -# SET (CMAKE_BUILD_TYPE "Release") -# SET (SCIQLOP_BUILD_TYPE "Release") -# SET (DEBUG_SUFFIX "") -#ENDIF() - IF(CMAKE_BUILD_TYPE MATCHES "Debug") SET (CMAKE_BUILD_TYPE "Debug") SET (DEBUG_SUFFIX "d")