Salome HOME
forgot to remove a line
authorrnc <rnc@opencascade.com>
Fri, 5 Jul 2013 15:44:47 +0000 (15:44 +0000)
committerrnc <rnc@opencascade.com>
Fri, 5 Jul 2013 15:44:47 +0000 (15:44 +0000)
salome_adm/cmake_files/FindSalomeOmniORBPy.cmake

index cf12fbe91a8e0b9914afb12d034048694ca72517..28b76e36ee01530c9e5d5328c673bda6d2f8d366 100644 (file)
@@ -26,8 +26,7 @@
 
 IF(SalomeOmniORB_FOUND)
   # If no OMNIORBPY_ROOT_DIR is given, then try with OMNIORB_ROOT_DIR:
-  SET(OMNIORBPY_ROOT_DIR "$ENV{OMNIORBPY_ROOT_DIR}" CACHE PATH "Path to the OmniORB Python backend")
-  
+
   IF(NOT OMNIORBPY_ROOT_DIR_EXP)
     SET(OMNIORBPY_ROOT_DIR "$ENV{OMNIORBPY_ROOT_DIR}" CACHE PATH "Path to the OmniORB Python backend")
     IF(EXISTS "${OMNIORB_ROOT_DIR}" AND (NOT OMNIORBPY_ROOT_DIR))