Skip to content

Commit

Permalink
Merge pull request #449 from JulienDoerner/deactivateQuimby
Browse files Browse the repository at this point in the history
Remove Quimby from default installation
  • Loading branch information
lukasmerten authored Nov 16, 2023
2 parents 24a8337 + 95aba85 commit d5b82d7
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 d5b82d7

Please sign in to comment.