From: bruneton Date: Tue, 2 Jul 2013 09:53:49 +0000 (+0000) Subject: CMake: removing "TODO TODO" message now that Libbatch properly configures under Win32 X-Git-Tag: V2_1_0rc1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?p=tools%2Flibbatch.git;a=commitdiff_plain;h=9c6bd157b3a7b07cee48d0b09c8c7381e792efc3;ds=sidebyside CMake: removing "TODO TODO" message now that Libbatch properly configures under Win32 --- 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})