Salome HOME
Synchronize adm files V8_1_0a1
authormnt <mnt@opencascade.com>
Wed, 15 Jun 2016 18:36:13 +0000 (21:36 +0300)
committermnt <mnt@opencascade.com>
Wed, 15 Jun 2016 18:36:13 +0000 (21:36 +0300)
CMakeModules/FindSalomePythonLibs.cmake

index 993aeee6c6b3a97507d3c8501a331254eb1645e7..36473f2a2f9ebbfc2007c7d36f9cbe38be57828e 100644 (file)
@@ -27,7 +27,6 @@
 # Use the PYTHON_ROOT_DIR if PYTHONLIBS_ROOT_DIR is not defined:
 SET(PYTHON_ROOT_DIR "$ENV{PYTHON_ROOT_DIR}" CACHE PATH "Path to the Python installation (libs+interpreter)")
 IF(EXISTS "${PYTHON_ROOT_DIR}" AND (NOT PYTHONLIBS_ROOT_DIR))
-  # Extract sub-directory "paraview-x.xx":
   MESSAGE(STATUS "Setting PYTHONLIBS_ROOT_DIR to: ${PYTHON_ROOT_DIR}")
   SET(PYTHONLIBS_ROOT_DIR "${PYTHON_ROOT_DIR}" CACHE PATH "Path to PythonLibs directory")
 ENDIF()