From 0784b3ade720a67b7d01c37670e14ef2827ff702 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Mon, 28 Aug 2023 00:41:59 -0500 Subject: remove unneeded release change for tests --- tests/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index b43f406..d09b9da 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -17,9 +17,6 @@ include_directories( ../include/compat ) -# force 'Debug' build type for tests to not disable asserts -set(CMAKE_BUILD_TYPE "Debug") - add_definitions(-D_PATH_SSL_CA_FILE=\"${CMAKE_CURRENT_SOURCE_DIR}/../cert.pem\") file(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR} TEST_SOURCE_DIR) -- cgit v1.2.3-55-g6feb