Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexmarsev/soxr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Sykes <robs@users.sourceforge.net>2015-08-26 21:06:49 +0300
committerRob Sykes <robs@users.sourceforge.net>2015-08-26 21:06:49 +0300
commit5acfe5b3ddc6b06d88d2007001d75e0c375c1974 (patch)
tree8808cd5a2eb681719f6646284421d04c3030e26c
parente407dfc5c873a356c9455e9b26e26c9644baf019 (diff)
fix non-detection of fftw3
-rw-r--r--lsr-tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsr-tests/CMakeLists.txt b/lsr-tests/CMakeLists.txt
index 6ff2d84..a30370d 100644
--- a/lsr-tests/CMakeLists.txt
+++ b/lsr-tests/CMakeLists.txt
@@ -22,7 +22,7 @@ check_function_exists (alarm HAVE_ALARM)
check_function_exists (signal HAVE_SIGNAL)
check_include_files (sys/times.h HAVE_SYS_TIMES_H)
make_exist (HAVE_LRINTF HAVE_ALARM HAVE_SIGNAL HAVE_SYS_TIMES_H)
-make_exist (HAVE_FFTW HAVE_SNDFILE)
+make_exist (HAVE_FFTW3 HAVE_SNDFILE)
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h)
include_directories (${CMAKE_CURRENT_BINARY_DIR})