]> Creatis software - gdcm.git/commitdiff
ENH: Saving a comment for a better approach in cmake 2.2 (later)
authormalaterre <malaterre>
Thu, 20 Oct 2005 14:15:39 +0000 (14:15 +0000)
committermalaterre <malaterre>
Thu, 20 Oct 2005 14:15:39 +0000 (14:15 +0000)
gdcmPython/CMakeLists.txt

index 05cbd21872b4dc041a550261cc3ac671ccfeed17..e1bdef88ab9147b782986b3d41dc54c1e60bc8d1 100644 (file)
@@ -14,6 +14,7 @@ INCLUDE_DIRECTORIES(
 
 # 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_OUTDIR "${GDCM_BINARY_DIR}/gdcmPython")
 # Looks like a bug to me in cmake 2.0.x:
 SEPARATE_ARGUMENTS(CMAKE_SWIG_FLAGS)