summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDFLibMacros.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Implement option for using CMake GNUInstallDirs (#2175)Allen Byrne2022-10-251-0/+12
| | | | | * Implement option for using CMake GNUInstallDirs * Add release notes
* make sure to match the debug library postfix with external cmake projects ↵Pierce Brooks2022-10-191-1/+9
| | | | and allow for zlib link name to be manually overridden (#2166)
* Removes cmake_ext_mod (files moved to cmake) (#2041)Dana Robinson2022-08-191-0/+257
| | | | At one time this content was a git submodule shared between several projects but that time has long passed.
* [svn-r25188] Implement change to cmake_ext_mod config folderAllen Byrne2014-05-141-350/+0
| | | | Tested: local linux
* [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-115/+115
| | | | | | | 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-r22602] Allen Byrne2012-07-251-0/+6
|
* [svn-r22405] HDFFV-8018: add INSTALL commands for packaging the pdb files ↵Allen Byrne2012-05-241-9/+9
| | | | | | for windows when configured with RelWithDebInfo Tested: local linux and Windows
* [svn-r22198] Update MINGW configuration (MinGW is Windows except for some ↵Allen Byrne2012-03-291-12/+12
| | | | issues)
* [svn-r22185] Update MINGW configuration to match HDFMacros settings for ↵Allen Byrne2012-03-291-6/+6
| | | | shared library
* [svn-r22183] Correct typoAllen Byrne2012-03-291-2/+2
|
* [svn-r22182] Update MINGW configurationAllen Byrne2012-03-291-21/+42
|
* [svn-r21880] Add cygwin changes for ext libsAllen Byrne2012-01-181-15/+36
|
* [svn-r21836] Updated ext lib so version and lib packaging macrosAllen Byrne2011-12-201-4/+4
| | | | Synch across projects
* [svn-r21834] Updated jpeg so version and lib packaging macrosAllen Byrne2011-12-201-4/+4
| | | | Synch with all projects
* [svn-r21829] synch common macros files with new hdf4 option to build shared ↵Allen Byrne2011-12-141-4/+4
| | | | jpeg libray - JIRA 1276.
* [svn-r21813] CMAKE_BUILD_TYPE compares to "Debug" not "DEBUG"Allen Byrne2011-12-051-9/+9
|
* [svn-r21787] Unify CMake config macros, split base macros from ext lib macrosAllen Byrne2011-12-011-0/+302
Tested: local linux