From: bruneton Date: Thu, 4 Jul 2013 09:01:03 +0000 (+0000) Subject: CMake: splitting OmniORB and OmniORBPy detection X-Git-Tag: B4CMakeModifs~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d035bc01e334fc3ce0661d964bccd102bc078780;p=modules%2Fmed.git CMake: splitting OmniORB and OmniORBPy detection --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 68caca481..3030b4f0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,6 +65,7 @@ IF(KERNEL_ROOT_DIR) SET(PYTHON_LIBS ${PYTHON_LIBRARIES}) FIND_PACKAGE(SalomeOmniORB) + FIND_PACKAGE(SalomeOmniORBPy) SET(OMNIORB_LIBS ${OMNIORB_LIBRARIES}) IF(SALOME_USE_MPI)