We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8f354 commit 3935a79Copy full SHA for 3935a79
2 files changed
3rdparty/sentry
scripts/windows/conda-toolchain.cmake
@@ -16,6 +16,7 @@ endif()
16
17
# Specify default system configuration, if cross compiling
18
set(CMAKE_SYSTEM_NAME "Windows" CACHE STRING "Target operating system name")
19
+set(CMAKE_SYSTEM_VERSION "10.0" CACHE STRING "Target operating system version")
20
if(NOT CMAKE_HOST_SYSTEM_NAME STREQUAL "Windows")
21
set(CMAKE_CROSSCOMPILING TRUE CACHE BOOL "Target is cross compiled")
22
elseif(NOT CMAKE_HOST_SYSTEM_PROCESSOR)
0 commit comments