From f92682ec0aff270f36901b1231213da7f02e8c27 Mon Sep 17 00:00:00 2001 From: Jethro Grassie Date: Wed, 31 Oct 2018 23:11:09 -0400 Subject: [PATCH] build: ubuntu 16 ppc build fixes --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3dbf974a..d31c494b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -148,7 +148,7 @@ if(ARCH_ID STREQUAL "powerpc64" OR ARCH_ID STREQUAL "ppc64") set(PPC 0) endif() -if(ARCH_ID STREQUAL "powerpc") +if(ARCH_ID STREQUAL "powerpc" OR ARCH_ID STREQUAL "ppc") set(PPC64LE 0) set(PPC64 0) set(PPC 1)