Skip to content

Commit

Permalink
cmake: do not set CMAKE_BUILD_MODE it confuses some generators
Browse files Browse the repository at this point in the history
Related to #682
Related to #676
  • Loading branch information
ahayzen-kdab committed Sep 8, 2023
1 parent 7ee22a9 commit 3877623
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@

cmake_minimum_required(VERSION 3.24)

if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Debug")
endif()

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

option(USE_QT5 "Use Qt5 even if Qt6 found" OFF)
Expand Down

0 comments on commit 3877623

Please sign in to comment.