mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Set VCPKG_INSTALL_PREFIX when building local dependencies with VCPKG
This commit is contained in:
parent
7c9214ff81
commit
a631b1fb89
@ -38,6 +38,7 @@ if(NOT SDK_PATH STREQUAL "")
|
||||
set(WITH_VCPKG ON)
|
||||
elseif(WITH_VCPKG)
|
||||
message(STATUS "Building local dependencies with VCPKG --")
|
||||
set(VCPKG_INSTALL_PREFIX "${CMAKE_BINARY_DIR}/vcpkg_installed")
|
||||
include(VcpkgToolchain)
|
||||
else()
|
||||
message(STATUS "Building with system libraries --")
|
||||
|
Loading…
x
Reference in New Issue
Block a user