diff --git a/CMakeLists.txt b/CMakeLists.txt index f860e15c3..d4b9b9b59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -146,13 +146,6 @@ elseif(UNIX AND NOT APPLE) endif() option(BUILD_INSTALLER "Build installer" ON) - -# Building of packages with debug config is forbidden -if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug") - message(STATUS "Disabling packaging in debug mode") - set(BUILD_INSTALLER OFF) -endif() - if(BUILD_INSTALLER) add_subdirectory(deploy) endif()