set working directory to call openvpn.sh
This commit is contained in:
parent
ab389d4817
commit
77d87f8c50
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ set(LIBS ${LIBS}
|
||||||
qt_standard_project_setup()
|
qt_standard_project_setup()
|
||||||
|
|
||||||
if(IOS)
|
if(IOS)
|
||||||
execute_process(COMMAND bash ${CMAKE_CURRENT_LIST_DIR}/scripts/openvpn.sh)
|
execute_process(COMMAND bash ${CMAKE_CURRENT_LIST_DIR}/scripts/openvpn.sh args
|
||||||
|
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/client)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(IS_CI ${CI})
|
set(IS_CI ${CI})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue