From 95aba855f59ba601d44699a681c8731ea1854dd6 Mon Sep 17 00:00:00 2001 From: JulienDoerner <32195256+JulienDoerner@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:17:57 +0200 Subject: [PATCH] set Quimby default to OFF --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c2c4b023..14f8670b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -232,7 +232,7 @@ if(FFTW3F_FOUND) endif(FFTW3F_FOUND) # Quimby (optional for SPH magnetic fields) -option(ENABLE_QUIMBY "Quimby Support" ON) +option(ENABLE_QUIMBY "Quimby Support" OFF) if(ENABLE_QUIMBY) find_package(Quimby) if(QUIMBY_FOUND)