Skip to content

Commit

Permalink
fix: build type
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Nov 21, 2024
1 parent cb00fcf commit 49814b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Project remeres
# *****************************************************************************
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
project(canary-map-editor LANGUAGES CXX)
else()
project(canary-map-editor-debug LANGUAGES CXX)
else()
project(canary-map-editor LANGUAGES CXX)
endif()

find_package(asio CONFIG REQUIRED)
Expand Down

0 comments on commit 49814b1

Please sign in to comment.