From: abn Date: Tue, 14 Jun 2016 11:39:24 +0000 (+0200) Subject: Minor: removing misleading commentary X-Git-Tag: V8_1_0a1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=03944001190683250be77999e0883b2a03bc673f;p=modules%2Fkernel.git Minor: removing misleading commentary --- diff --git a/salome_adm/cmake_files/FindSalomePythonLibs.cmake b/salome_adm/cmake_files/FindSalomePythonLibs.cmake index 993aeee6c..36473f2a2 100644 --- a/salome_adm/cmake_files/FindSalomePythonLibs.cmake +++ b/salome_adm/cmake_files/FindSalomePythonLibs.cmake @@ -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()