[cgma-dev] r4633 - cgm/trunk
tautges at mcs.anl.gov
tautges at mcs.anl.gov
Wed Mar 23 14:17:40 CDT 2011
Author: tautges
Date: 2011-03-23 14:17:40 -0500 (Wed, 23 Mar 2011)
New Revision: 4633
Modified:
cgm/trunk/configure.ac
Log:
Added TKCDF to list of OCC libs to pull in (static builds fail w/o this one).
Modified: cgm/trunk/configure.ac
===================================================================
--- cgm/trunk/configure.ac 2011-03-23 18:58:17 UTC (rev 4632)
+++ cgm/trunk/configure.ac 2011-03-23 19:17:40 UTC (rev 4633)
@@ -354,7 +354,7 @@
if test "x$occ_DIR" != "xno"; then
OCC_CORE_LIBS="-lTKMesh -lTKTopAlgo -lTKGeomAlgo -lTKBRep -lTKGeomBase -lTKG3d -lTKG2d -lTKMath -lTKernel"
OCC_GEOM_LIBS="-lTKHLR -lTKOffset -lTKShHealing -lTKFillet -lTKFeat -lTKBool -lTKBO -lTKPrim"
- OCC_LCAF_LIBS="-lTKLCAF -lTKBinL"
+ OCC_LCAF_LIBS="-lTKCDF -lTKLCAF -lTKBinL"
OCC_LIBS="$OCC_LCAF_LIBS $OCC_GEOM_LIBS $OCC_CORE_LIBS"
CUBIT_OCC_LIB="-lcubit_OCC"
OCC_STEP_LIBS="-lTKSTEP -lTKSTEP209 -lTKSTEPAttr -lTKSTEPBase -lTKXSBase"
More information about the cgma-dev
mailing list