Explorar el Código

CMakeLists: Make libzip excluded from the ALL target

Likewise, we also only want to link in the libraries that we actually
make use of (so we don't need to worry about linking in test targets).
Lioncash hace 6 años
padre
commit
e29492d114
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      externals/CMakeLists.txt

+ 1 - 1
externals/CMakeLists.txt

@@ -81,7 +81,7 @@ endif()
 add_subdirectory(zlib EXCLUDE_FROM_ALL)
 add_subdirectory(zlib EXCLUDE_FROM_ALL)
 
 
 # libzip
 # libzip
-add_subdirectory(libzip)
+add_subdirectory(libzip EXCLUDE_FROM_ALL)
 
 
 if (ENABLE_WEB_SERVICE)
 if (ENABLE_WEB_SERVICE)
     # LibreSSL
     # LibreSSL