Skip to content

Commit

Permalink
Remove debug setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritchie333 committed Sep 24, 2024
1 parent a05fc69 commit 332de01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ project(warp-sabre LANGUAGES C CXX)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED True)
set(CMAKE_BUILD_TYPE Debug)

find_package(ImageMagick REQUIRED COMPONENTS MagickWand)
include_directories(${ImageMagick_INCLUDE_DIRS})
Expand Down

0 comments on commit 332de01

Please sign in to comment.