Explorar o código

Remove automatic "lib" prefix in some platforms.

Miku AuahDark %!s(int64=3) %!d(string=hai) anos
pai
achega
8f87dbc5de
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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)