From 5acfe5b3ddc6b06d88d2007001d75e0c375c1974 Mon Sep 17 00:00:00 2001 From: Rob Sykes Date: Wed, 26 Aug 2015 19:06:49 +0100 Subject: [PATCH] fix non-detection of fftw3 --- lsr-tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})