Skip to content

Commit

Permalink
Merge pull request #42 from GordonSmith/BUMP_VERSIONS
Browse files Browse the repository at this point in the history
feat:  Bump vcpkg version
  • Loading branch information
GordonSmith committed Sep 13, 2024
2 parents 6a9a155 + faa6e49 commit dd9b44d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions overlays/x64-linux-dynamic.cmake
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "1de2026f28ead93ff1773e6e680387643e914ea1"
"baseline": "3508985146f1b1d248c67ead13f8f54be5b4f5da"
},
"registries": [],
"overlay-ports": [
Expand Down

0 comments on commit dd9b44d

Please sign in to comment.