mirror of
https://github.com/zlib-ng/minizip-ng
synced 2026-08-25 14:26:08 -04:00
Change third-party directory to third_party.
This commit is contained in:
parent
a0b138e06c
commit
ee19400cf6
2 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue