mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 01:40:33 +05:00
try to use omniORBpy infrastructure
This commit is contained in:
parent
622292a27e
commit
9ae5c9d8d8
@ -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()
|
||||
# IF(DEFINED EMSCRIPTEN)
|
||||
# LIST(TRANSFORM OMNIORB_LIBRARIES REPLACE "\.so$" "\.a")
|
||||
# ENDIF()
|
||||
|
||||
# LibXml2
|
||||
FIND_PACKAGE(SalomeLibXml2 REQUIRED)
|
||||
|
Loading…
Reference in New Issue
Block a user