[cgma-dev] r2221 - cgm/trunk/itaps

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Fri Nov 7 09:26:19 CST 2008


Author: kraftche
Date: 2008-11-07 09:26:18 -0600 (Fri, 07 Nov 2008)
New Revision: 2221

Modified:
   cgm/trunk/itaps/Makefile.am
Log:
fix test build issue

Modified: cgm/trunk/itaps/Makefile.am
===================================================================
--- cgm/trunk/itaps/Makefile.am	2008-11-06 21:55:18 UTC (rev 2220)
+++ cgm/trunk/itaps/Makefile.am	2008-11-07 15:26:18 UTC (rev 2221)
@@ -12,10 +12,10 @@
 if build_ACIS
   TESTS += testgeom
 else
-  if WITH_CUBIT
-    TESTS += testgeom
-  endif
+if WITH_CUBIT
+  TESTS += testgeom
 endif
+endif
 if build_OCC
   TESTS += testgeom_occ
 endif




More information about the cgma-dev mailing list