mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
added BOOST_LIB_SYSTEM to the linker for support of boost 1.52.0
This commit is contained in:
parent
f5335851f1
commit
af15920c77
@ -63,7 +63,8 @@ libMeshDriverMED_la_CPPFLAGS = \
|
||||
libMeshDriverMED_la_LDFLAGS = \
|
||||
$(BOOST_LIBS) \
|
||||
../Driver/libMeshDriver.la \
|
||||
$(MED_LDFLAGS) -lMEDWrapper -lMEDWrapperBase -lMEDWrapper_V2_2 -lMEDWrapper_V2_1
|
||||
$(MED_LDFLAGS) -lMEDWrapper -lMEDWrapperBase -lMEDWrapper_V2_2 -lMEDWrapper_V2_1 \
|
||||
$(BOOST_LIB_SYSTEM)
|
||||
|
||||
|
||||
MED_Test_CPPFLAGS = \
|
||||
@ -82,5 +83,6 @@ MED_Test_LDADD = \
|
||||
-lMEDWrapper \
|
||||
-lMEDWrapperBase \
|
||||
-lMEDWrapper_V2_2 \
|
||||
-lMEDWrapper_V2_1
|
||||
-lMEDWrapper_V2_1 \
|
||||
$(BOOST_LIB_SYSTEM)
|
||||
|
||||
|
@ -95,5 +95,6 @@ libSMESHimpl_la_LDFLAGS = \
|
||||
$(DriverCGNS_LIB) \
|
||||
../SMESHUtils/libSMESHUtils.la \
|
||||
$(BOOST_LIB_THREAD) \
|
||||
$(BOOST_LIB_SYSTEM) \
|
||||
$(GEOM_LDFLAGS) -lNMTTools \
|
||||
$(CAS_LDPATH) -lTKShHealing -lTKPrim -lTKG2d -lTKCDF
|
||||
|
Loading…
Reference in New Issue
Block a user