From 56c9316f3b52fad0a8826b37bb469853866b899e Mon Sep 17 00:00:00 2001 From: mnt Date: Wed, 15 Jun 2016 21:36:13 +0300 Subject: [PATCH] Synchronize adm files --- CMakeModules/FindSalomePythonLibs.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeModules/FindSalomePythonLibs.cmake b/CMakeModules/FindSalomePythonLibs.cmake index 993aeee..36473f2 100644 --- a/CMakeModules/FindSalomePythonLibs.cmake +++ b/CMakeModules/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