Skip to content

Commit

Permalink
Merge commit 'refs/pull/109/head' of github.com:FFTW/fftw3 into cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
junghans committed Sep 21, 2017
2 parents 890dac5 + 76427f3 commit e09ab8c
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,22 +241,8 @@ set (fftw_threads_SOURCE ${fftw_par_SOURCE} threads/threads.c)
set (fftw_omp_SOURCE ${fftw_par_SOURCE} threads/openmp.c)


include_directories(.
kernel
api
dft
dft/scalar
dft/scalar/codelets # really needed?
dft/simd
dft/simd/sse2
dft/simd/avx
rdft
rdft/scalar
rdft/simd
reodft
simd-support
libbench2
)
include_directories (.)


if (WITH_COMBINED_THREADS)
list (APPEND SOURCEFILES ${fftw_threads_SOURCE})
Expand Down

0 comments on commit e09ab8c

Please sign in to comment.