We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18a536 commit 02bc005Copy full SHA for 02bc005
cmake/prebuild.cmake
@@ -1639,6 +1639,8 @@ else(NOT CMAKE_CROSSCOMPILING)
1639
unset (HAVE_VFP)
1640
unset (HAVE_VFPV3)
1641
unset (HAVE_VFPV4)
1642
+ unset (HAVE_SVE)
1643
+ unset (HAVE_SME)
1644
message(STATUS "Running getarch")
1645
1646
# use the cmake binary w/ the -E param to run a shell command in a cross-platform way
0 commit comments