Salome HOME
Minor: removing misleading commentary
authorabn <adrien.bruneton@cea.fr>
Tue, 14 Jun 2016 11:39:24 +0000 (13:39 +0200)
committerabn <adrien.bruneton@cea.fr>
Tue, 14 Jun 2016 11:39:24 +0000 (13:39 +0200)
salome_adm/cmake_files/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()