diff --git a/CMakeLists.txt b/CMakeLists.txt index c64ec1113..d351a3f9d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,6 +123,9 @@ FIND_PACKAGE(SalomeSWIG REQUIRED) # FIND_PACKAGE(SalomeBoost REQUIRED) # CORBA FIND_PACKAGE(SalomeOmniORB REQUIRED) +IF(DEFINED EMSCRIPTEN) + LIST(TRANSFORM OMNIORB_LIBRARIES REPLACE "\.so$" "\.a") +ENDIF() FIND_PACKAGE(SalomeOmniORBPy REQUIRED) # LibXml2 FIND_PACKAGE(SalomeLibXml2 REQUIRED) diff --git a/src/SMDS/CMakeLists.txt b/src/SMDS/CMakeLists.txt index 3650ad5c9..50a0120dc 100644 --- a/src/SMDS/CMakeLists.txt +++ b/src/SMDS/CMakeLists.txt @@ -92,7 +92,7 @@ SET(SMDS_SOURCES SMDS_FaceOfNodes.cxx SMDS_FacePosition.cxx SMDS_LinearEdge.cxx - SMDS_MemoryLimit.cxx + # SMDS_MemoryLimit.cxx SMDS_Mesh.cxx SMDS_MeshCell.cxx SMDS_MeshElement.cxx