summaryrefslogtreecommitdiffstats
path: root/config/cmake/hdf5-config-version.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10703 - Update CMake variable handlingAllen Byrne2019-02-211-25/+25
|
* Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to ↵lrknox2017-04-141-0/+11
| | | | | | | | | hdf5_1_10_1 * commit '0d05cb607e5951f3a28a101be56ca194022a7fa1': Reverted addition of The HDF Group copyright headers to 3rd party CMake files for Java. Add Copyright headers to 90 files (mostly .cmake files) without Copyright headers. Add "Copyright by The HDF Group."" to copyright header.
* Update CMake files and formattingAllen Byrne2017-03-011-4/+4
|
* Update cmake min version and cmake command conventionAllen Byrne2017-01-101-11/+11
|
* [svn-r25646] Fix missing endifAllen Byrne2014-10-011-19/+19
|
* [svn-r25569] Added option to build tools static when building shared ↵Allen Byrne2014-09-031-13/+33
| | | | | | libraries. This will prevent 'dll' being appended to the tool name on windows. See HDFFV-8292. Tested: local linux
* [svn-r25113] Fixed Subversion EOL and executable attributes. No code changes.Dana Robinson2014-04-251-27/+27
|
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-11/+11
| | | | | | | KitWare recommendations: Change CMake commands to lower case. Remove INCLUDE_DIRECTORIES in src for target level includes. Change ADD_DEFINITIONS package debug defines into CMake option. Remove -DNDEBUG
* [svn-r19260] Change Cmake to allow a local zlib header to be used in ↵Allen Byrne2010-08-201-0/+27
H5Zdelate module. Corrected use of "SKIP" message in cmake. Corrections to cmake configuration files (for cmake external projects). Community suggested changes. Tested: local linux