Remove memorylimit exe

This commit is contained in:
Louis Gombert 2024-08-20 13:03:22 +00:00
parent 82e0e50732
commit 4628396bfe
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -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