mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-26 07:37:15 +03:00
build(cmake): fix vcpkg dependency installation
This commit is contained in:
parent
ef763c461e
commit
9fc1d6ca7e
@ -38,7 +38,8 @@
|
||||
"CMAKE_TOOLCHAIN_FILE": {
|
||||
"type": "FILEPATH",
|
||||
"value": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
|
||||
}
|
||||
},
|
||||
"X_VCPKG_APPLOCAL_DEPS_INSTALL": "ON"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -80,10 +80,6 @@ if(APPLE)
|
||||
elseif(WIN32)
|
||||
install(TARGETS App RUNTIME DESTINATION .)
|
||||
|
||||
# Install shared libraries, when building with Vcpkg.
|
||||
set(X_VCPKG_APPLOCAL_DEPS_INSTALL ON)
|
||||
|
||||
|
||||
if(use_qt_cmake_commands)
|
||||
# Install Qt runtime dependencies.
|
||||
install(SCRIPT ${qt_deploy_script})
|
||||
|
Loading…
Reference in New Issue
Block a user