]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Further fix for the Python detection split. abn/find_py
authorabn <adrien.bruneton@cea.fr>
Tue, 9 Feb 2016 12:55:27 +0000 (13:55 +0100)
committerabn <adrien.bruneton@cea.fr>
Tue, 9 Feb 2016 12:55:27 +0000 (13:55 +0100)
salome_adm/cmake_files/FindSalomePythonInterp.cmake
salome_adm/cmake_files/FindSalomePythonLibs.cmake

index 3e85a0152899a25430c44d956c54dc6e0eb07efe..9028f26ce3d21541e6b861c595515f9600397303 100644 (file)
@@ -39,7 +39,7 @@ SET(PYTHON_ROOT_DIR "$ENV{PYTHON_ROOT_DIR}" CACHE PATH "Path to the Python insta
 IF(EXISTS "${PYTHON_ROOT_DIR}" AND (NOT PYTHONINTERP_ROOT_DIR))
   # Extract sub-directory "paraview-x.xx":
   MESSAGE(STATUS "Setting PYTHONINTERP_ROOT_DIR to: ${PYTHON_ROOT_DIR}")
-  SET(PYTHONINTERP_ROOT_DIR "${PYTHON_ROOT_DIR}"
+  SET(PYTHONINTERP_ROOT_DIR "${PYTHON_ROOT_DIR}" CACHE PATH "Path to PythonInterp directory")
 ENDIF()
 SALOME_FIND_PACKAGE_AND_DETECT_CONFLICTS(PythonInterp PYTHON_EXECUTABLE 1)
 
index 7d4776949d0803eb3445baf386cec850e9e995ee..427786ed9789973f3581aa3b32be7fb1134fe070 100644 (file)
@@ -29,7 +29,7 @@ SET(PYTHON_ROOT_DIR "$ENV{PYTHON_ROOT_DIR}" CACHE PATH "Path to the Python insta
 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}"
+  SET(PYTHONLIBS_ROOT_DIR "${PYTHON_ROOT_DIR}" CACHE PATH "Path to PythonLibs directory")
 ENDIF()
 SALOME_FIND_PACKAGE_AND_DETECT_CONFLICTS(PythonLibs PYTHON_INCLUDE_DIR 2)