Skip to content

Commit

Permalink
Tests build in DEBUG mode by default, unless specified otherwise
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenewald committed Oct 23, 2023
1 parent 8ef7475 commit c8079f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exchange/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# tree and is not feasible from an install location

project(NUTC24Tests LANGUAGES CXX)
# set(CMAKE_BUILD_TYPE Debug)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Debug)
endif()
# ---- Dependencies ----

find_package(GTest REQUIRED)
Expand Down

0 comments on commit c8079f1

Please sign in to comment.