diff options
author | Benoit Jacob <jacob.benoit.1@gmail.com> | 2009-08-02 15:09:34 +0200 |
---|---|---|
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | 2009-08-02 15:09:34 +0200 |
commit | cd4978014397cb58b66da7c4f73a09879789d2e2 (patch) | |
tree | 01246fcbca6824972417ece798da7e1a266f11e2 /test | |
parent | 21f686846bcda8997444090f779f78e17a801604 (diff) |
apply patch from Marcus Hanwell: Improved quoting of tests when added to the build
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index a266ec482..1e2bd5a9a 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -133,7 +133,7 @@ if(QT4_FOUND) else(QT_QTCORE_LIBRARY_DEBUG) set(QT_QTCORE_LIBRARY ${QT_QTCORE_LIBRARY_RELEASE}) endif(QT_QTCORE_LIBRARY_DEBUG) - ei_add_test(qtvector " " ${QT_QTCORE_LIBRARY}) + ei_add_test(qtvector " " "${QT_QTCORE_LIBRARY}") endif(QT4_FOUND) ei_add_test(sparse_vector) ei_add_test(sparse_basic) |