[opengtl-commits] [419] disable compilation of GTLGlue for now |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 419
Author: cyrille
Date: 2008-09-30 23:59:02 +0200 (Tue, 30 Sep 2008)
Log Message:
-----------
disable compilation of GTLGlue for now
Modified Paths:
--------------
trunk/OpenGTL/OpenGTL/CMakeLists.txt
Modified: trunk/OpenGTL/OpenGTL/CMakeLists.txt
===================================================================
--- trunk/OpenGTL/OpenGTL/CMakeLists.txt 2008-09-30 21:58:42 UTC (rev 418)
+++ trunk/OpenGTL/OpenGTL/CMakeLists.txt 2008-09-30 21:59:02 UTC (rev 419)
@@ -3,5 +3,5 @@
add_subdirectory(GTLCore)
add_subdirectory(GTLTest)
add_subdirectory(GTLImageIO)
-add_subdirectory(GTLGlue)
+# add_subdirectory(GTLGlue)
add_subdirectory(tools)