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