|
@@ -70,6 +70,8 @@ elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
|
|
endif ()
|
|
endif ()
|
|
option (DEBUG_SCHANNEL "Enable debug output in schannel backend" OFF)
|
|
option (DEBUG_SCHANNEL "Enable debug output in schannel backend" OFF)
|
|
|
|
|
|
|
|
+set_target_properties(https PROPERTIES PREFIX "")
|
|
|
|
+
|
|
### Dependencies
|
|
### Dependencies
|
|
target_link_libraries (https https-common)
|
|
target_link_libraries (https https-common)
|
|
|
|
|