mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Change third-party library directory to third-party.
This commit is contained in:
parent
20b0a97ac4
commit
27b9dde455
@ -21,7 +21,7 @@ macro(clone_repo name url)
|
||||
FetchContent_Declare(${name}
|
||||
GIT_REPOSITORY ${${name_upper}_REPOSITORY}
|
||||
GIT_TAG ${${name_upper}_TAG}
|
||||
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/lib/${name_lower})
|
||||
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third-party/${name_lower})
|
||||
|
||||
FetchContent_GetProperties(${name} POPULATED ${name_lower}_POPULATED)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user