From 3d97b50735592503af76b85e3d483766765cfae3 Mon Sep 17 00:00:00 2001 From: malaterre Date: Thu, 8 Sep 2005 14:45:51 +0000 Subject: [PATCH] ENH: Support space in the path --- gdcmPython/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdcmPython/CMakeLists.txt b/gdcmPython/CMakeLists.txt index cb80fdef..09239fdd 100644 --- a/gdcmPython/CMakeLists.txt +++ b/gdcmPython/CMakeLists.txt @@ -13,7 +13,7 @@ INCLUDE_DIRECTORIES( # CMake 2.0 will fully support Swig wrapping so split based on cmake version: # We need to pass that to swig to be sure all modules are generated in the proper dir -SET(CMAKE_SWIG_FLAGS "-outdir ${GDCM_BINARY_DIR}/gdcmPython") +SET(CMAKE_SWIG_FLAGS "-outdir \"${GDCM_BINARY_DIR}/gdcmPython\"") # Looks like a bug to me in cmake 2.0.x: SEPARATE_ARGUMENTS(CMAKE_SWIG_FLAGS) -- 2.45.1