View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012019ITKITKpublic2011-03-29 00:362011-03-29 09:25
ReporterSteve Robbins 
Assigned ToBrad King 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionITK-4-A3 
Target VersionITK-4-A3Fixed in Version 
Summary0012019: ITK_USE_SYSTEM_GDCM broken
DescriptionITK v4 fails to build if ITK_USE_SYSTEM_GDCM is used.
See http://www.cdash.org/CDash/viewBuildError.php?buildid=921124 [^]
Additional InformationFix:

diff --git a/Modules/ThirdParty/GDCM/CMakeLists.txt b/Modules/ThirdParty/GDCM/CMakeLists.txt
index e08c9bf..3411117 100644
--- a/Modules/ThirdParty/GDCM/CMakeLists.txt
+++ b/Modules/ThirdParty/GDCM/CMakeLists.txt
@@ -6,7 +6,7 @@ mark_as_advanced(ITK_USE_SYSTEM_GDCM)
 if(ITK_USE_SYSTEM_GDCM)
   find_package(GDCM REQUIRED)
   set(ITK-GDCM_SYSTEM_INCLUDE_DIRS
- ${GDCM_INCLUDE_DIR}
+ ${GDCM_INCLUDE_DIRS}
     )
   set(ITK-GDCM_LIBRARIES gdcmDICT gdcmMSFF )
   set(ITK-GDCM_NO_SRC 1)
TagsNo tags attached.
Resolution Date
Sprint
Sprint Statusbacklog
Attached Files

 Relationships

  Notes
(0025950)
Brad King (manager)
2011-03-29 09:25

http://itk.org/gitweb?p=ITK.git;a=commitdiff;h=bb5b9c69 [^]

 Issue History
Date Modified Username Field Change
2011-03-29 00:36 Steve Robbins New Issue
2011-03-29 09:25 Brad King Assigned To => Brad King
2011-03-29 09:25 Brad King Status new => assigned
2011-03-29 09:25 Brad King Note Added: 0025950
2011-03-29 09:25 Brad King Status assigned => closed
2011-03-29 09:25 Brad King Resolution open => fixed


Copyright © 2000 - 2018 MantisBT Team