diff --git a/overlays/x64-linux-dynamic.cmake b/overlays/x64-linux-dynamic.cmake index 29837722f0c668..07837bee4e223e 100644 --- a/overlays/x64-linux-dynamic.cmake +++ b/overlays/x64-linux-dynamic.cmake @@ -1,6 +1,11 @@ set(VCPKG_TARGET_ARCHITECTURE x64) -set(VCPKG_CRT_LINKAGE dynamic) -set(VCPKG_LIBRARY_LINKAGE dynamic) +if(${PORT} MATCHES "openblas") + set(VCPKG_CRT_LINKAGE static) + set(VCPKG_LIBRARY_LINKAGE static) +else() + set(VCPKG_CRT_LINKAGE dynamic) + set(VCPKG_LIBRARY_LINKAGE dynamic) +endif() set(VCPKG_CMAKE_SYSTEM_NAME Linux) diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 13f1f2a7d8dace..6a4867d3dd7c85 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -2,7 +2,7 @@ "default-registry": { "kind": "git", "repository": "https://github.com/microsoft/vcpkg", - "baseline": "1de2026f28ead93ff1773e6e680387643e914ea1" + "baseline": "3508985146f1b1d248c67ead13f8f54be5b4f5da" }, "registries": [], "overlay-ports": [