MantisBT - ITK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0012019 | ITK | ITK | public | 2011-03-29 00:36 | 2011-03-29 09:25 |
Reporter | Steve Robbins | ||||
Assigned To | Brad King | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | ITK-4-A3 | ||||
Target Version | ITK-4-A3 | Fixed in Version | |||
Resolution Date | |||||
Sprint | |||||
Sprint Status | backlog | ||||
Summary | 0012019: ITK_USE_SYSTEM_GDCM broken | ||||
Description | ITK v4 fails to build if ITK_USE_SYSTEM_GDCM is used. See http://www.cdash.org/CDash/viewBuildError.php?buildid=921124 [^] | ||||
Steps To Reproduce | |||||
Additional Information | Fix: 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) | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 |
Notes | |||||
|
|||||
|
|