Skip to content

Commit

Permalink
[bot] VCPKG info update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
RealTimeChris committed Oct 8, 2023
1 parent df931fb commit 71a5c74
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ project(
DESCRIPTION "${DESCRIPTION}"
)

set(DISCORDCOREAPI-POPCNT_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(DISCORDCOREAPI-LZCNT_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(DISCORDCOREAPI-BMI_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(DISCORDCOREAPI-AVX_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(DISCORDCOREAPI-AVX2_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(DISCORDCOREAPI-AVX512_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(DiscordCoreAPI-POPCNT_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(DiscordCoreAPI-LZCNT_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(DiscordCoreAPI-BMI_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(DiscordCoreAPI-AVX_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(DiscordCoreAPI-AVX2_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")
set(DiscordCoreAPI-AVX512_EXITCODE 0 CACHE INTERNAL "For cross-compiling.")

set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_STANDARD 20)
Expand Down
2 changes: 1 addition & 1 deletion Vcpkg/ports/discordcoreapi/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO RealTimeChris/DiscordCoreAPI
REF "v${VERSION}"
SHA512 31a09ec5302a55fe0605c749defe8b25a45bceb236306b807c8c645f013175aabf617e36747548b97ef1abc4d83af3108f862ae1a2bfe895ab382763038534e1
SHA512 36e5de85ba22a96883bc517de8e1b15d2e6da1b7f1e8febeb0d96d923e906d64eeedb469a5be0192a31de1603b4c2262ec61a84e87d1ffe066d23c054e1e1f0b
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion Vcpkg/ports/discordcoreapi/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
"host": true
}
]
}
}

0 comments on commit 71a5c74

Please sign in to comment.