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) FIND_PACKAGE(SalomeOmniORBPy REQUIRED)
LIST(TRANSFORM OMNIORB_LIBRARIES REPLACE "\.so$" "\.a") # IF(DEFINED EMSCRIPTEN)
ELSE() # LIST(TRANSFORM OMNIORB_LIBRARIES REPLACE "\.so$" "\.a")
FIND_PACKAGE(SalomeOmniORBPy REQUIRED) # ENDIF()
ENDIF()
# LibXml2 # LibXml2
FIND_PACKAGE(SalomeLibXml2 REQUIRED) FIND_PACKAGE(SalomeLibXml2 REQUIRED)