Skip to content
Snippets Groups Projects
Commit 5e8e277e authored by Jean-Noël Grad's avatar Jean-Noël Grad Committed by Christoph Schwarzmeier
Browse files

Fix CMake conditional include of the FFT module

parent 391cc963
No related merge requests found
......@@ -29,7 +29,7 @@ if ( CMAKE_CUDA_COMPILER )
endif()
add_subdirectory( domain_decomposition )
add_subdirectory( executiontree )
if ( FFTW3_FOUND )
if ( WALBERLA_BUILD_WITH_FFT AND FFTW3_FOUND )
add_subdirectory( fft )
endif()
add_subdirectory( field )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment