From f5d1d8c72005c410cbfe98fcc712f78c1909b758 Mon Sep 17 00:00:00 2001 From: ana Date: Fri, 13 Sep 2013 11:32:40 +0000 Subject: [PATCH] Compilation SALOME on Windows --- CMakeModules/FindLibbatchPython.cmake | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CMakeModules/FindLibbatchPython.cmake b/CMakeModules/FindLibbatchPython.cmake index d50087a..11078e8 100644 --- a/CMakeModules/FindLibbatchPython.cmake +++ b/CMakeModules/FindLibbatchPython.cmake @@ -37,6 +37,12 @@ ENDIF() SET(PYTHON_ROOT_DIR "${_dflt_value}" CACHE PATH "Path to Python directory (interpreter and libs)") # 2. Find package - config mode first (i.e. looking for XYZ-config.cmake) +IF(WINDOWS) + IF(CMAKE_BUILD_TYPE STREQUAL Debug) + SET(PythonInterp_FIND_VERSION _d) + SET(PYTHON_DEFINITIONS "-DHAVE_DEBUG_PYTHON") + ENDIF(CMAKE_BUILD_TYPE STREQUAL Debug) +ENDIF(WINDOWS) IF(EXISTS "${PYTHON_ROOT_DIR}") # Hope to find direclty a CMake config file there SET(_CONF_DIR "${PYTHON_ROOT_DIR}/share/cmake") -- 2.39.2