mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Change third-party directory to third_party.
This commit is contained in:
parent
a0b138e06c
commit
ee19400cf6
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
||||
build/
|
||||
third-party/
|
||||
third_party/
|
||||
.vscode
|
||||
|
@ -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}/third-party/${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