Skip to content

Commit

Permalink
Remove CMAKE_BUILD_TYPE setting
Browse files Browse the repository at this point in the history
This should instead be set by the preset

Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
  • Loading branch information
LecrisUT committed Sep 2, 2024
1 parent 5e8278c commit 5de3aaf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ include(FetchContent)
include(CMakePackageConfigHelpers)
include(GNUInstallDirs)

# Define basic parameters
if (NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
endif ()

#[=============================================================================[
# External packages #
]=============================================================================]
Expand Down

0 comments on commit 5de3aaf

Please sign in to comment.