From b47b98cc35a1128e0aab8e10c830a085c868ab0c Mon Sep 17 00:00:00 2001 From: Markus Date: Tue, 26 Jan 2021 08:25:06 +0100 Subject: [PATCH] Update CMakeLists.txt This change is needed in order to be able to debug with Qt Creator on my Windows host. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c0bf8e..3f72bfd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -if (CMAKE_BUILD_TYPE EQUAL "DEBUG") +if (CMAKE_BUILD_TYPE STREQUAL "Debug") set (SSL_ROOT_PATH ${CMAKE_CURRENT_LIST_DIR}/no-asm) else() set (SSL_ROOT_PATH ${CMAKE_CURRENT_LIST_DIR})