MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0011291 | CMake | Modules | public | 2010-10-06 06:19 | 2010-10-26 16:32 |
| Reporter | mariusmuja | ||||
| Assigned To | Brad King | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | CMake-2-8 | ||||
| Target Version | CMake 2.8.3 | Fixed in Version | CMake 2.8.3 | ||
| Summary | 0011291: Bug in FindHDF5.cmake | ||||
| Description | Patch below: --- FindHDF5.cmake.old 2010-10-06 03:16:57.661350963 -0700 +++ FindHDF5.cmake 2010-10-06 03:03:46.953350359 -0700 @@ -293,7 +293,7 @@ # If the HDF5 include directory was found, open H5pubconf.h to determine if # HDF5 was compiled with parallel IO support set( HDF5_IS_PARALLEL FALSE ) - foreach( _dir HDF5_INCLUDE_DIRS ) + foreach( _dir ${HDF5_INCLUDE_DIRS} ) message("Looking in include dir: ${_dir}") if( EXISTS "${_dir}/H5pubconf.h" ) file( STRINGS "${_dir}/H5pubconf.h" | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-10-06 06:19 | mariusmuja | New Issue | |||
| 2010-10-06 06:57 | Michael Wild | Note Added: 0022414 | |||
| 2010-10-11 09:37 | Brad King | Status | new => assigned | ||
| 2010-10-11 09:37 | Brad King | Assigned To | => Brad King | ||
| 2010-10-11 09:37 | Brad King | Note Added: 0022473 | |||
| 2010-10-11 09:37 | Brad King | Status | assigned => closed | ||
| 2010-10-11 09:37 | Brad King | Resolution | open => fixed | ||
| 2010-10-26 16:32 | David Cole | Fixed in Version | => CMake 2.8.3 | ||
| 2010-10-26 16:32 | David Cole | Target Version | => CMake 2.8.3 | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||