File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11set (CMAKE_SYSTEM_NAME Windows)
22set (CMAKE_SYSTEM_PROCESSOR arm64)
3- set (CMAKE_GENERATOR_PLATFORM ARM64)
3+ # workaround for https://gitlab.kitware.com/cmake/cmake/-/issues/19409
4+ set (CMAKE_GENERATOR_PLATFORM ARM64 CACHE INTERNAL "" )
45set (CMAKE_C_COMPILER_TARGET aarch64-windows-msvc )
56set (CMAKE_CXX_COMPILER_TARGET aarch64-windows-msvc )
67set (CMAKE_C_COMPILER clang)
Original file line number Diff line number Diff line change 11set (CMAKE_SYSTEM_NAME Windows)
22set (CMAKE_SYSTEM_PROCESSOR x64)
3- set (CMAKE_GENERATOR_PLATFORM x64)
3+ # workaround for https://gitlab.kitware.com/cmake/cmake/-/issues/19409
4+ set (CMAKE_GENERATOR_PLATFORM x64 CACHE INTERNAL "" )
45set (CMAKE_C_COMPILER_TARGET x64-windows-msvc )
56set (CMAKE_CXX_COMPILER_TARGET x64-windows-msvc )
67set (CMAKE_C_COMPILER clang)
You can’t perform that action at this time.
0 commit comments