Update CMakeLists.txt

This change is needed in order to be able to debug with Qt Creator on my Windows host.
This commit is contained in:
Markus
2021-01-26 10:07:25 +02:00
committed by BogDan Vatra
parent fb472b74cb
commit b47b98cc35
+1 -1
View File
@@ -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})