From 2f8694e57ca731cf6f795e316c3e86b5501d387a Mon Sep 17 00:00:00 2001 From: Maxim Poliakovski Date: Sun, 24 Jan 2021 11:45:12 +0100 Subject: [PATCH] Revert enabling PPC tests by default. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 99aa2cd..a48cf7f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ if (UNIX AND NOT APPLE) endif() endif() -option(DPPC_BUILD_PPC_TESTS "Build PowerPC tests" ON) +option(DPPC_BUILD_PPC_TESTS "Build PowerPC tests" OFF) option(DPPC_BUILD_BENCHMARKS "Build benchmarking programs" OFF) option(ENABLE_68K_DEBUGGER "Enable 68k debugging" OFF)