Reported-by: T K Chandra Hasan <t.k.chandra.hasan@ibm.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
message("-- Enabled Catch2 support")
endif()
-# enable breakpad unless win32
+# enable breakpad unless win32 or power
+# ppc64le port tracked in https://issues.chromium.org/issues/41479970
CMAKE_DEPENDENT_OPTION(WITH_BREAKPAD "Build with Google Breakpad crash reporter" OFF
- "WIN32" ON)
+ "WIN32 OR CMAKE_SYSTEM_PROCESSOR MATCHES ppc64le" ON)
if(WITH_BREAKPAD)
set(HAVE_BREAKPAD ON)
message("-- Enabled Google Breakpad crash reporter")