From: rnv Date: Tue, 29 Mar 2016 11:44:35 +0000 (+0300) Subject: Fix problem with detection python libraries. X-Git-Tag: V7_8_0a2~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8d2ce44f18b59c6253f91af5a277185a20d158ae;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)