X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=CMakeModules%2FFindLibbatchPython.cmake;h=d50087ad4533b0f6f2f72a572cebc23ffe0de6a6;hb=9c6bd157b3a7b07cee48d0b09c8c7381e792efc3;hp=5c18bf70aea58ab6f21ac7e19199edba681147d1;hpb=2d926e432e908db0767f14698113459ea5aaa84a;p=tools%2Flibbatch.git diff --git a/CMakeModules/FindLibbatchPython.cmake b/CMakeModules/FindLibbatchPython.cmake index 5c18bf7..d50087a 100644 --- a/CMakeModules/FindLibbatchPython.cmake +++ b/CMakeModules/FindLibbatchPython.cmake @@ -78,8 +78,6 @@ IF (PYTHONINTERP_FOUND) # Prepare call to FIND_PACKAGE(PythonLibs) and ensure priority is given to # the location found for the interpreter: GET_FILENAME_COMPONENT(_tmp "${_python_dir}" PATH) -# SET(PYTHON_LIBRARY ${_tmp}/lib) -# SET(PYTHON_INCLUDE_DIR ${_tmp}/include) SALOME_FIND_PACKAGE(LibbatchPython PythonLibs MODULE) # Restore variables: SET(LibbatchPython_FIND_VERSION_EXACT ${_old_EXACT})