Skip to content

Commit

Permalink
Try and use custom release triplet.
Browse files Browse the repository at this point in the history
  • Loading branch information
ASxa86 committed Mar 25, 2024
1 parent f6e0f6d commit 60bb1e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
"cacheVariables": {
"BUILD_TESTS": "ON",
"CMAKE_CXX_FLAGS": "-Wall -Wextra -Werror -pedantic",
"VCPKG_TARGET_TRIPLET": "x64-linux-dynamic",
"VCPKG_OVERLAY_TRIPLETS": "${sourceDir}/triplets",
"VCPKG_TARGET_TRIPLET": "x64-linux-dynamic-release",
"VCPKG_APPLOCAL_DEPS": "OFF"
}
},
Expand Down Expand Up @@ -82,7 +81,6 @@
},
"cacheVariables": {
"BUILD_TESTS": "ON",
"VCPKG_OVERLAY_TRIPLETS": "${sourceDir}/triplets",
"CMAKE_CXX_FLAGS": "/DWIN32 /D_WINDOWS /EHsc /MP /permissive- /W4 /WX"
}
},
Expand Down
File renamed without changes.
5 changes: 5 additions & 0 deletions vcpkg-configuration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"overlay-triplets": [
"./triplets"
]
}

0 comments on commit 60bb1e3

Please sign in to comment.