浏览代码

Remove automatic "lib" prefix in some platforms.

Miku AuahDark 3 年之前
父节点
当前提交
8f87dbc5de
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/CMakeLists.txt

+ 2 - 0
src/CMakeLists.txt

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