Skip to content

Commit

Permalink
removed fftw
Browse files Browse the repository at this point in the history
  • Loading branch information
ponchio committed Aug 31, 2023
1 parent ccc35b0 commit ed4c1eb
Show file tree
Hide file tree
Showing 9 changed files with 3,612 additions and 474 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ if(NOT Eigen3_FOUND)
set(EIGEN3_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/eigen-3.3.9)
endif()

find_package(FFTW)
if(NOT FFTW_FOUND)
set(FFTW_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external/fftw-3.3.10/include)
endif()

if(MSVC)
set(JPEGTURBO_HOME ${CMAKE_CURRENT_SOURCE_DIR}/external/libjpeg-turbo-2.0.6)
Expand Down
Loading

0 comments on commit ed4c1eb

Please sign in to comment.