aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Thomas Capricelli <orzel@freehackers.org>2011-01-27 18:25:41 +0100
committerGravatar Thomas Capricelli <orzel@freehackers.org>2011-01-27 18:25:41 +0100
commit22db1a6e82cf9354224c547d003f1fd9d18432a8 (patch)
treea57cee8d3b4fb30beb401daaa27201483c6496b0 /unsupported
parentb2b8c6a89ca051e87b0e6da3c685f68f617662d2 (diff)
fix fftw test
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/test/CMakeLists.txt b/unsupported/test/CMakeLists.txt
index a96ac72b8..ccf2c5f02 100644
--- a/unsupported/test/CMakeLists.txt
+++ b/unsupported/test/CMakeLists.txt
@@ -82,7 +82,7 @@ ei_add_test(sparse_extra "" "")
find_package(FFTW)
if(FFTW_FOUND)
ei_add_property(EIGEN_TESTED_BACKENDS "fftw, ")
- ei_add_test(FFTW "-DEIGEN_FFTW_DEFAULT " "fftw3 fftw3f fftw3l" )
+ ei_add_test(FFTW "-DEIGEN_FFTW_DEFAULT " "fftw3;fftw3f;fftw3l" )
else()
ei_add_property(EIGEN_MISSING_BACKENDS "fftw, ")
endif()