Update c_check.cmake
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Fri, 10 Mar 2017 10:45:48 +0000 (11:45 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Mar 2017 10:45:48 +0000 (11:45 +0100)
cmake/c_check.cmake

index 89ec314..115bdaf 100644 (file)
@@ -73,6 +73,10 @@ if (${ARCH} STREQUAL "X86")
   set(ARCH x86)
 endif ()
 
+if (${ARCH} MATCHES "ppc")
+  set(ARCH power)
+endif ()
+
 set(COMPILER_ID ${CMAKE_CXX_COMPILER_ID})
 if (${COMPILER_ID} STREQUAL "GNU")
   set(COMPILER_ID "GCC")