diff options
author | Brent Cook <busterb@gmail.com> | 2023-08-28 00:41:59 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-08-29 00:28:53 -0500 |
commit | 0784b3ade720a67b7d01c37670e14ef2827ff702 (patch) | |
tree | c1f07d5103d6bf4a9752bd24d5c0082fc6888432 /tests | |
parent | f4059e4775b2a2ffe7828f7941b6541995691067 (diff) | |
download | portable-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.txt | 3 |
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 | ||
21 | set(CMAKE_BUILD_TYPE "Debug") | ||
22 | |||
23 | add_definitions(-D_PATH_SSL_CA_FILE=\"${CMAKE_CURRENT_SOURCE_DIR}/../cert.pem\") | 20 | add_definitions(-D_PATH_SSL_CA_FILE=\"${CMAKE_CURRENT_SOURCE_DIR}/../cert.pem\") |
24 | 21 | ||
25 | file(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR} TEST_SOURCE_DIR) | 22 | file(TO_NATIVE_PATH ${CMAKE_CURRENT_SOURCE_DIR} TEST_SOURCE_DIR) |