Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'AddCMAKE_CURRENT_LIST_DIR' | David Cole | 2010-10-19 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | b011840 Use absolute path to FindPackageHandleStandardArgs.cmake everywhere 41e4f1a Add automatic variable CMAKE_CURRENT_LIST_DIR(dir of CMAKE_CURRENT_LIST_FILE) f9fc79c Remove trailing whitespace | ||||
| * | Use absolute path to FindPackageHandleStandardArgs.cmake everywhere | Alex Neundorf | 2010-09-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This is to avoid getting an (older) copy of FPHSA.cmake which is e.g. installed with KDE 4.5.0 and 4.5.1. Alex | ||||
* | | FindHDF5: Fix typo in parallel-IO support check (#11291) | Brad King | 2010-10-11 | 1 | -1/+1 |
|/ | |||||
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | FindHDF5: Fix Windows compile-line parsing | Brad King | 2009-12-18 | 1 | -6/+6 |
| | | | | | | | We modify the signature of _HDF5_parse_compile_line to pass the command line variable name rather than the command line itself. Otherwise the CMake language MACRO implementation tries to parse the command line as CMake syntax, which does not like backslashes. | ||||
* | Set value of HDF5_INCLUDE_DIR for backwards compatibility. | Will Dicharry | 2009-12-15 | 1 | -0/+5 |
| | | | | | | CMake 2.8 was released with the FindHDF5 module setting HDF5_INCLUDE_DIR rather than the correct plural HDF5_INCLUDE_DIRS. Since this went into a release, it is now necessary to set the singular for backwards compatibility. | ||||
* | Fix parallel HDF5 detection (#9982) | Alexander Neundorf | 2009-12-09 | 1 | -1/+1 |
| | | | | Alex | ||||
* | Fixed parallel HDF5 detection when HDF5_INCLUDE_DIRS has multiple items. | Will Dicharry | 2009-11-13 | 1 | -4/+4 |
| | |||||
* | Changed HDF5_INCLUDE_DIR to HDF5_INCLUDE_DIRS to conform to standards. | Will Dicharry | 2009-11-13 | 1 | -10/+10 |
| | |||||
* | Fixed bug in FindHDF5 caused by hdf5.h existing without H5pubconf.h. | Will Dicharry | 2009-10-29 | 1 | -7/+8 |
| | |||||
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
| | | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices. | ||||
* | Fixed link order dependence in FindHDF5 module for static link. | Will Dicharry | 2009-08-31 | 1 | -2/+2 |
| | |||||
* | In FindHDF5, added C library names to CXX search libraries. | Will Dicharry | 2009-08-31 | 1 | -1/+1 |
| | |||||
* | Fixed HDF5 Find module error that caused no list to be passed into remove ↵ | Will Dicharry | 2009-08-24 | 1 | -4/+12 |
| | | | | duplicates when HDF5 is not found. | ||||
* | Add HDF5 find module and select_library_configurations module. | Will Dicharry | 2009-08-24 | 1 | -0/+301 |