From 03944001190683250be77999e0883b2a03bc673f Mon Sep 17 00:00:00 2001 From: abn Date: Tue, 14 Jun 2016 13:39:24 +0200 Subject: [PATCH] Minor: removing misleading commentary --- salome_adm/cmake_files/FindSalomePythonLibs.cmake | 1 - 1 file changed, 1 deletion(-) 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() -- 2.39.2