Skip to content

Commit

Permalink
Fix windows triplets
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl committed May 16, 2024
1 parent e526cba commit 5bc828e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/triplets/x64-windows-antares.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CMAKE_SYSTEM_NAME Windows)

set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE dynamic)

Expand Down
1 change: 0 additions & 1 deletion src/triplets/x64-windows-release.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CMAKE_SYSTEM_NAME Windows)

set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE dynamic)
Expand Down

0 comments on commit 5bc828e

Please sign in to comment.