Skip to content

Commit

Permalink
Fix details
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A authored Nov 14, 2024
1 parent 13f4af9 commit c668ae1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/msvc/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "msvc",
"version": "17.11.5",
"version": "17.12.0",
"license": "MIT",
"dependencies": [
"vcpkg-tool-lessmsi"
Expand Down
3 changes: 2 additions & 1 deletion triplets/x64-win-msvc.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ set(VCPKG_LIBRARY_LINKAGE dynamic)
# Compiler tracking won't have the necessary info to detect the compiler yet, since it is not yet installed
# However, since the compiler is a port the abi hash of it will be included any way without detection.
set(VCPKG_DISABLE_COMPILER_TRACKING ON)
set(TRIPLET_NAME x64-win-msvc)
set(TRIPLET_NAME "x64-win-msvc")
set(VCPKG_PLATFORM_TOOLSET "v143")
set(VCPKG_CHAINLOAD_TOOLCHAIN_FILE "${CMAKE_CURRENT_LIST_DIR}/${TRIPLET_NAME}/${TRIPLET_NAME}-toolchain.cmake")

if(DEFINED CURRENT_PORT_DIR AND
Expand Down
3 changes: 2 additions & 1 deletion triplets/x64-windows.cmake
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include("${CMAKE_CURRENT_LIST_DIR}/x64-win-msvc.cmake")
set(VCPKG_BUILD_TYPE "release")
include("${CMAKE_CURRENT_LIST_DIR}/x64-win-msvc.cmake")

0 comments on commit c668ae1

Please sign in to comment.