mirror of
https://github.com/izzy2lost/android_openssl.git
synced 2026-06-19 01:20:12 -07:00
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:
+1
-1
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user