From 6eb1e695bee22d60f652192cd03f490400d68f18 Mon Sep 17 00:00:00 2001 From: barate Date: Wed, 13 Feb 2013 17:13:27 +0000 Subject: [PATCH] Fix system omniidl python backend detection with new CMake macro --- salome_adm/cmake_files/FindOMNIORB.cmake | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2