mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
Fix boost_filesystem usage
This commit is contained in:
parent
3efca6d10c
commit
b0382c4298
@ -47,7 +47,7 @@ libMeshDriverGMF_la_CPPFLAGS = \
|
||||
-I$(srcdir)/../SMESHDS
|
||||
|
||||
libMeshDriverGMF_la_LDFLAGS = \
|
||||
$(BOOST_LIBS) -lboost_filesystem \
|
||||
$(BOOST_LIBS) -lboost_filesystem$(BOOST_LIBSUFFIX) \
|
||||
../Driver/libMeshDriver.la \
|
||||
../SMESHUtils/libSMESHUtils.la \
|
||||
$(KERNEL_LDFLAGS) -lSALOMEBasics
|
||||
|
Loading…
Reference in New Issue
Block a user