apply patch from Marcus Hanwell: Improved quoting of tests when added to the build

This commit is contained in:
Benoit Jacob
2009-08-02 15:09:34 +02:00
parent 21f686846b
commit cd49780143
2 changed files with 2 additions and 2 deletions

View File

@@ -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)