We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66fcdd5 + 73131fa commit 25f2d25Copy full SHA for 25f2d25
cmake/prebuild.cmake
@@ -85,7 +85,7 @@ if (NOT NOFORTRAN)
85
endif ()
86
87
# Cannot run getarch on target if we are cross-compiling
88
-if (DEFINED CORE AND CMAKE_CROSSCOMPILING)
+if (DEFINED CORE AND CMAKE_CROSSCOMPILING AND NOT (${HOST_OS} STREQUAL "WINDOWSSTORE"))
89
# Write to config as getarch would
90
91
# TODO: Set up defines that getarch sets up based on every other target
0 commit comments