]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Sync with KERNEL abn/find_py
authorabn <adrien.bruneton@cea.fr>
Wed, 10 Feb 2016 09:24:47 +0000 (10:24 +0100)
committerabn <adrien.bruneton@cea.fr>
Wed, 10 Feb 2016 09:24:47 +0000 (10:24 +0100)
cmake_files/FindSalomePythonInterp.cmake
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)