File tree Expand file tree Collapse file tree 3 files changed +8
-9221
lines changed
Expand file tree Collapse file tree 3 files changed +8
-9221
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,13 @@ project(
8181 DESCRIPTION "${DESCRIPTION} "
8282)
8383
84+ set (DISCORDCOREAPI-POPCNT_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
85+ set (DISCORDCOREAPI-LZCNT_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
86+ set (DISCORDCOREAPI-BMI_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
87+ set (DISCORDCOREAPI-AVX_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
88+ set (DISCORDCOREAPI-AVX2_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
89+ set (DISCORDCOREAPI-AVX512_EXITCODE 0 CACHE INTERNAL "For cross-compiling." )
90+
8491set (CMAKE_CXX_STANDARD_REQUIRED ON )
8592set (CMAKE_CXX_STANDARD 20)
8693
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ vcpkg_from_github(
66 OUT_SOURCE_PATH SOURCE_PATH
77 REPO RealTimeChris/DiscordCoreAPI
88 REF "v${VERSION} "
9- SHA512 9df039c21b2b82494ea0497de498ba40670b6e563496f126dcef2831b3fc61c1259d7a8c2f7b453f787e5897e9e8f677e96854976c0020a7a37d1589e723e64a
9+ SHA512 31a09ec5302a55fe0605c749defe8b25a45bceb236306b807c8c645f013175aabf617e36747548b97ef1abc4d83af3108f862ae1a2bfe895ab382763038534e1
1010 HEAD_REF main
1111)
1212
You can’t perform that action at this time.
0 commit comments