From: bruneton Date: Thu, 4 Jul 2013 09:01:21 +0000 (+0000) Subject: CMake: splitting OmniORB and OmniORBPy detection X-Git-Tag: V7_3_0a1~45 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=20a122234c6f918ae1a4dfbf9f241d32601a4f43;p=modules%2Fparavis.git CMake: splitting OmniORB and OmniORBPy detection --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 515ad3b6..bf08e57d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,6 +46,7 @@ FIND_PACKAGE(SalomeKERNEL REQUIRED) # From KERNEL: FIND_PACKAGE(SalomePython REQUIRED) FIND_PACKAGE(SalomeOmniORB REQUIRED) +FIND_PACKAGE(SalomeOmniORBPy REQUIRED) SET(OMNIORB_IDL_PYTHON ${OMNIORB_IDL_COMPILER}) FIND_PACKAGE(SalomePThread REQUIRED) FIND_PACKAGE(SalomeHDF5 REQUIRED)