mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
update the dependency
This commit is contained in:
parent
14b2f809b8
commit
34187ae8cf
@ -24,10 +24,11 @@ function(add_3rdparty NAME)
|
||||
return()
|
||||
endif()
|
||||
|
||||
message(STATUS "Using CPM to download ${NAME}")
|
||||
message(STATUS "Using ExternalProject to download ${NAME}")
|
||||
ExternalProject_Add(
|
||||
${NAME}-${PROJECT_NAME}
|
||||
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/${NAME}
|
||||
INSTALL_COMMAND ""
|
||||
"${ARGN}"
|
||||
)
|
||||
endfunction()
|
||||
|
Loading…
Reference in New Issue
Block a user