Salome HOME
CMake: removing "TODO TODO" message now that Libbatch properly configures under Win32
[tools/libbatch.git] / CMakeModules / FindLibbatchPython.cmake
index 5c18bf70aea58ab6f21ac7e19199edba681147d1..d50087ad4533b0f6f2f72a572cebc23ffe0de6a6 100644 (file)
@@ -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})