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.
1 parent 9425386 commit ac320d8Copy full SHA for ac320d8
CMakeLists.txt
@@ -7,7 +7,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
7
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
8
set(ENABLE_IBM OFF)
9
10
-if(CMAKE_SYSTEM_PROCESSOR STREQUAL "ppc64le")
+if(CMAKE_SYSTEM_PROCESSOR MATCHES "(powerpc64le|ppc64le)")
11
set(ENABLE_IBM ON)
12
endif()
13
0 commit comments