File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -226,9 +226,6 @@ if(MZ_ZLIB)
226226
227227 clone_repo(zlib https://github.com/zlib-ng/zlib-ng stable)
228228
229- # Don't automatically add all targets to the solution
230- add_subdirectory (${ZLIB_SOURCE_DIR} ${ZLIB_BINARY_DIR} EXCLUDE_FROM_ALL )
231-
232229 list (APPEND MINIZIP_INC ${ZLIB_SOURCE_DIR} )
233230 list (APPEND MINIZIP_INC ${ZLIB_BINARY_DIR} )
234231
@@ -344,9 +341,6 @@ if(MZ_LZMA)
344341
345342 clone_repo(liblzma https://github.com/tukaani-project/xz master)
346343
347- # Don't automatically add all targets to the solution
348- add_subdirectory (${LIBLZMA_SOURCE_DIR} ${LIBLZMA_BINARY_DIR} EXCLUDE_FROM_ALL )
349-
350344 list (APPEND MINIZIP_INC ${LIBLZMA_SOURCE_DIR} /src/liblzma/api)
351345 list (APPEND MINIZIP_DEP liblzma)
352346 list (APPEND MINIZIP_LIB ${LIBLZMA_TARGET} )
You can’t perform that action at this time.
0 commit comments