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
|
# 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)
|
||||||
|
Loading…
Reference in New Issue
Block a user