From: barate Date: Wed, 13 Feb 2013 17:13:27 +0000 (+0000) Subject: Fix system omniidl python backend detection with new CMake macro X-Git-Tag: V6_main_FINAL~28 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6eb1e695bee22d60f652192cd03f490400d68f18;p=modules%2Fkernel.git Fix system omniidl python backend detection with new CMake macro --- diff --git a/salome_adm/cmake_files/FindOMNIORB.cmake b/salome_adm/cmake_files/FindOMNIORB.cmake index c638db9de..11f8c8169 100644 --- a/salome_adm/cmake_files/FindOMNIORB.cmake +++ b/salome_adm/cmake_files/FindOMNIORB.cmake @@ -213,6 +213,7 @@ FIND_PATH( OMNIORB_PYTHON_BACKEND FIND_PATH( OMNIORB_PYTHON_BACKEND NAMES python.py + PATHS /usr/lib/omniidl/omniidl_be DOC "Path to python-backend directory (omniidl_be) including python.py file" ) ############################################################################## # cook our stuff