aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/shared/triplets/x64-linux-qt.cmake
blob: 95cc193444fe9d5c196eadc768f8301aab8faa6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set(VCPKG_TARGET_ARCHITECTURE x64)

# Default settings of the triplet from the official vcpkg registry
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)

# Qt custom per-port customizations
if(PORT MATCHES "openssl")
    set(VCPKG_LIBRARY_LINKAGE dynamic)
    set(VCPKG_FIXUP_ELF_RPATH ON)
endif()

set(VCPKG_CMAKE_SYSTEM_NAME Linux)