aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-07-28 10:47:58 +0200
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-07-28 10:47:58 +0200
commit2f0e8904f1c2450ee013f671260c833c7e99a9f8 (patch)
tree465cc1f2fe48960d5506a5b61f4ce3e4349817eb /test
parentb038a4bb71514d90fed7d71ec40210bbf775b5ec (diff)
Removed debug outputs.
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 7af5b531f..95115e9d5 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -19,7 +19,6 @@ endif(GSL_FOUND)
option(EIGEN_TEST_NOQT "Disable Qt support in unit tests" OFF)
if(NOT EIGEN_TEST_NOQT)
- message("----------------> find qt")
find_package(Qt4)
endif(NOT EIGEN_TEST_NOQT)
if(EIGEN_TEST_NOQT AND QT4_FOUND)