Skip to content

Commit

Permalink
fixed cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega committed Jun 4, 2014
1 parent 5d0d912 commit 01ea709
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 @@ -25,7 +25,7 @@ ELSE(NOT FFTW_INC_DIR)
STRING(REGEX REPLACE "/include" "/lib" FFTW_LIB_DIR "${FFTW_INC_DIR}")
FIND_PATH(FFTW_THREADS NAMES libfftw3_threads.a PATHS ${FFTW_LIB_DIR})
IF(NOT FFTW_THREADS)
SET(FFTW_LIBS fftw3a)
SET(FFTW_LIBS fftw3)
MESSAGE(STATUS "Unable to find threaded fftw version in ${FFTW_THREADS}")
ELSE(NOT FFTW_THREADS)
SET(FFTW_LIBS fftw3 fftw3_threads)
Expand Down

0 comments on commit 01ea709

Please sign in to comment.