From 3cc06713cc1911e82cb8169a34100a6c9af7f984 Mon Sep 17 00:00:00 2001
From: marco <marco@5a81b35b-ba03-0410-adc8-b2c5c5119f08>
Date: Sun, 21 Mar 2010 18:46:36 +0000
Subject: [PATCH] don't run povray export tests for now

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1864 5a81b35b-ba03-0410-adc8-b2c5c5119f08
---
 modules/gfx/tests/CMakeLists.txt | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/modules/gfx/tests/CMakeLists.txt b/modules/gfx/tests/CMakeLists.txt
index 8d6fa15af..a055e099e 100644
--- a/modules/gfx/tests/CMakeLists.txt
+++ b/modules/gfx/tests/CMakeLists.txt
@@ -4,9 +4,10 @@ set(OST_GFX_UNIT_TESTS
 )
 if (ENABLE_IMG)
   list(APPEND OST_GFX_UNIT_TESTS test_map_octree.cc)
-endif()
 
-ost_unittest(gfx "${OST_GFX_UNIT_TESTS}")
+	ost_unittest(gfx "${OST_GFX_UNIT_TESTS}")
+
+	target_link_libraries(gfx_tests ost_io)
+endif()
 
-target_link_libraries(gfx_tests ost_io)
 
-- 
GitLab