aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-08-28 00:41:59 -0500
committerBrent Cook <busterb@gmail.com>2023-08-29 00:28:53 -0500
commit0784b3ade720a67b7d01c37670e14ef2827ff702 (patch)
treec1f07d5103d6bf4a9752bd24d5c0082fc6888432 /tests
parentf4059e4775b2a2ffe7828f7941b6541995691067 (diff)
downloadportable-0784b3ade720a67b7d01c37670e14ef2827ff702.tar.gz
portable-0784b3ade720a67b7d01c37670e14ef2827ff702.tar.bz2
portable-0784b3ade720a67b7d01c37670e14ef2827ff702.zip
remove unneeded release change for tests
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt3
1 files changed, 0 insertions, 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(
17 ../include/compat 17 ../include/compat
18) 18)
19 19
20# force 'Debug' build type for tests to not disable asserts
21set(CMAKE_BUILD_TYPE "Debug")
22
23add_definitions(-D_PATH_SSL_CA_FILE=\"${CMAKE_CURRENT_SOURCE_DIR}/../cert.pem\") 20add_definitions(-D_PATH_SSL_CA_FILE=\"${CMAKE_CURRENT_SOURCE_DIR}/../cert.pem\")
24 21
25file(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR} TEST_SOURCE_DIR) 22file(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR} TEST_SOURCE_DIR)