From: rnv Date: Tue, 29 Mar 2016 11:44:35 +0000 (+0300) Subject: Fix problem with detection python libraries. X-Git-Tag: V8_1_0a1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a32a33ba66599c0f6d49a82df7b8b7d104cb8b9d;p=tools%2Fdocumentation.git Fix problem with detection python libraries. --- diff --git a/CMakeModules/FindSalomePythonLibs.cmake b/CMakeModules/FindSalomePythonLibs.cmake index 06e87aa..2228abb 100644 --- a/CMakeModules/FindSalomePythonLibs.cmake +++ b/CMakeModules/FindSalomePythonLibs.cmake @@ -34,6 +34,7 @@ ENDIF() IF (SALOMEPYTHONINTERP_FOUND AND NOT "${PYTHON_VERSION_STRING}" STREQUAL "") # Trying to search libraries with same version as an interpreter version SET(PythonLibs_FIND_VERSION ${PYTHON_VERSION_STRING}) + SET(PythonLibs_FIND_VERSION_MAJOR ${PYTHON_VERSION_MAJOR}) ENDIF() SALOME_FIND_PACKAGE_AND_DETECT_CONFLICTS(PythonLibs PYTHON_INCLUDE_DIR 2)