Skip to content

Commit

Permalink
Fix Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Oct 27, 2024
1 parent b682a5a commit 5c792e4
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 @@ -170,7 +170,7 @@ endif()
# Dependency: fftw3
#-------------------------------------------------------------------------------
if (NOT CMAKE_SYSTEM_NAME STREQUAL "Darwin")
if (CMAKE_SYSTEM_NAME STREQUAL "Windows"))
if (CMAKE_SYSTEM_NAME STREQUAL "Windows")
set(FFTW_BUILD_DIR "${PROJECT_SOURCE_DIR}/../fftw-3.3.5-dll64" CACHE PATH "Path to prebuilt FFTW library (will use find_library if blank)")
include_directories("${FFTW_BUILD_DIR}")
add_definitions(-DFFT_FFTW)
Expand Down

0 comments on commit 5c792e4

Please sign in to comment.