[cgma-dev] r1610 - cgm/trunk/test
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Thu Feb 21 11:33:39 CST 2008
Author: kraftche
Date: 2008-02-21 11:33:39 -0600 (Thu, 21 Feb 2008)
New Revision: 1610
Modified:
cgm/trunk/test/Makefile.am
Log:
don't try to build 'makept' test if not building OpenCascade support
Modified: cgm/trunk/test/Makefile.am
===================================================================
--- cgm/trunk/test/Makefile.am 2008-02-21 17:30:19 UTC (rev 1609)
+++ cgm/trunk/test/Makefile.am 2008-02-21 17:33:39 UTC (rev 1610)
@@ -12,7 +12,10 @@
$(OCC_INC_FLAG) \
-I..\$(OCC_INC_FLAG)
-TESTS = makept
+TESTS=
+if WITH_OCC
+ TESTS += makept
+endif
if build_ACIS
TESTS += webcut
endif
More information about the cgma-dev
mailing list