try to use omniORBpy infrastructure

This commit is contained in:
Jules BOURDAIS 2024-10-18 18:34:54 +02:00
parent 622292a27e
commit 9ae5c9d8d8

View File

@ -131,11 +131,10 @@ FIND_PACKAGE(SalomeSWIG REQUIRED)
# Boost # Boost
# CORBA # CORBA
FIND_PACKAGE(SalomeOmniORB REQUIRED) FIND_PACKAGE(SalomeOmniORB REQUIRED)
IF(DEFINED EMSCRIPTEN)
LIST(TRANSFORM OMNIORB_LIBRARIES REPLACE "\.so$" "\.a")
ELSE()
FIND_PACKAGE(SalomeOmniORBPy REQUIRED) FIND_PACKAGE(SalomeOmniORBPy REQUIRED)
ENDIF() # IF(DEFINED EMSCRIPTEN)
# LIST(TRANSFORM OMNIORB_LIBRARIES REPLACE "\.so$" "\.a")
# ENDIF()
# LibXml2 # LibXml2
FIND_PACKAGE(SalomeLibXml2 REQUIRED) FIND_PACKAGE(SalomeLibXml2 REQUIRED)