From 9c6bd157b3a7b07cee48d0b09c8c7381e792efc3 Mon Sep 17 00:00:00 2001 From: bruneton Date: Tue, 2 Jul 2013 09:53:49 +0000 Subject: [PATCH] CMake: removing "TODO TODO" message now that Libbatch properly configures under Win32 --- CMakeLists.txt | 1 - CMakeModules/FindLibbatchPython.cmake | 2 -- 2 files changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 258ca73..4a965e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,7 +69,6 @@ IF (LIBBATCH_PYTHON_WRAPPING) FIND_PACKAGE(LibbatchPython REQUIRED) FIND_PACKAGE(LibbatchSWIG REQUIRED) - MESSAGE("TODO TODO check Python path win32") SET(LIBBATCH_PYTHONPATH lib/python${PYTHON_VERSION}/site-packages) ENDIF() 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}) -- 2.30.2