mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 01:40:33 +05:00
Remove memorylimit exe
This commit is contained in:
parent
82e0e50732
commit
4628396bfe
@ -123,6 +123,9 @@ FIND_PACKAGE(SalomeSWIG REQUIRED)
|
|||||||
# FIND_PACKAGE(SalomeBoost REQUIRED)
|
# FIND_PACKAGE(SalomeBoost REQUIRED)
|
||||||
# CORBA
|
# CORBA
|
||||||
FIND_PACKAGE(SalomeOmniORB REQUIRED)
|
FIND_PACKAGE(SalomeOmniORB REQUIRED)
|
||||||
|
IF(DEFINED EMSCRIPTEN)
|
||||||
|
LIST(TRANSFORM OMNIORB_LIBRARIES REPLACE "\.so$" "\.a")
|
||||||
|
ENDIF()
|
||||||
FIND_PACKAGE(SalomeOmniORBPy REQUIRED)
|
FIND_PACKAGE(SalomeOmniORBPy REQUIRED)
|
||||||
# LibXml2
|
# LibXml2
|
||||||
FIND_PACKAGE(SalomeLibXml2 REQUIRED)
|
FIND_PACKAGE(SalomeLibXml2 REQUIRED)
|
||||||
|
@ -92,7 +92,7 @@ SET(SMDS_SOURCES
|
|||||||
SMDS_FaceOfNodes.cxx
|
SMDS_FaceOfNodes.cxx
|
||||||
SMDS_FacePosition.cxx
|
SMDS_FacePosition.cxx
|
||||||
SMDS_LinearEdge.cxx
|
SMDS_LinearEdge.cxx
|
||||||
SMDS_MemoryLimit.cxx
|
# SMDS_MemoryLimit.cxx
|
||||||
SMDS_Mesh.cxx
|
SMDS_Mesh.cxx
|
||||||
SMDS_MeshCell.cxx
|
SMDS_MeshCell.cxx
|
||||||
SMDS_MeshElement.cxx
|
SMDS_MeshElement.cxx
|
||||||
|
Loading…
Reference in New Issue
Block a user