From: bruneton Date: Thu, 4 Jul 2013 09:00:40 +0000 (+0000) Subject: CMake: splitting OmniORB and OmniORBPy detection X-Git-Tag: B4KillOfAutomake~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ecc4f49f5093be9d793d39f834badf39ed82ed3f;p=modules%2Fgui.git CMake: splitting OmniORB and OmniORBPy detection --- diff --git a/CMakeLists.txt b/CMakeLists.txt index dc965b43d..a2b1e5ec7 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,6 +107,7 @@ IF(SALOME_USE_MPI) ENDIF() IF(NOT SALOME_LIGHT_ONLY) FIND_PACKAGE(SalomeOmniORB REQUIRED) + FIND_PACKAGE(SalomeOmniORBPy REQUIRED) ENDIF() IF(SALOME_BUILD_TESTS) ENABLE_TESTING()