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()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
message(STATUS "Using CPM to download ${NAME}")
|
message(STATUS "Using ExternalProject to download ${NAME}")
|
||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
${NAME}-${PROJECT_NAME}
|
${NAME}-${PROJECT_NAME}
|
||||||
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/${NAME}
|
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/${NAME}
|
||||||
|
INSTALL_COMMAND ""
|
||||||
"${ARGN}"
|
"${ARGN}"
|
||||||
)
|
)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
Loading…
Reference in New Issue
Block a user