Skip to content

Commit

Permalink
set Quimby default to OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDoerner authored Nov 15, 2023
1 parent 24a8337 commit 95aba85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 95aba85

Please sign in to comment.