MantisBT - IGSTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0008055 | IGSTK | IGSTK | public | 2008-11-07 08:48 | 2009-02-17 17:20 |
| Reporter | Andinet | ||||
| Assigned To | Andinet | ||||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | assigned | Resolution | open | ||
| Platform | OS | OS Version | |||
| Summary | 0008055: Bug in ITK version check logic | ||||
| Description | The logic that checks the version of ITK has a bug..... IF( ${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR} LESS 3.4) ITK version numbering could go up to 3.11... The major and minor version numbers should be separately checked... IF( ${ITK_VERSION_MAJOR} LESS 3) IF( ${ITK_VERSION_MINOR} LESS 4) | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-11-07 08:48 | Andinet | New Issue | |||
| 2008-11-07 08:48 | Andinet | Status | new => assigned | ||
| 2008-11-07 08:48 | Andinet | Assigned To | => Patrick Cheng | ||
| 2008-11-07 08:48 | Andinet | Assigned To | Patrick Cheng => Andinet | ||
| 2009-02-17 17:20 | domibel | Note Added: 0015088 | |||
| Notes | |||||
|
|
|||||
|
|
||||