- Mar 10, 2017
-
-
Teach `test_find_library_subst` how to convert `libx32` to `lib` so that the test case actually covers what we intend it to.
-
- Mar 08, 2017
-
-
Steven Newbury authored
-
- Mar 07, 2017
- Mar 02, 2017
-
-
Brad King authored
-
3bf28f5e Autogen: New short InfoGet functions 154d8339 Autogen: Parse enabled feature configuration only ac77fa35 Autogen: Add missing return on error 662ad240 Autogen: Rename and merge moc related methods 5adf22bb Autogen: Add AUTOUIC_SEARCH_PATHS release notes 36fa535d Autogen: Add AUTOUIC_SEARCH_PATHS documentation 6d7c02db Autogen: Add AUTOUIC_SEARCH_PATHS test 1cdf7c1b Autogen: Add AUTOUIC_SEARCH_PATHS support 110c1bf4 Autogen: Add subDirPrefix function db431ecf Autogen: Merge FindInIncludeDirectories into FindIncludeFile
-
503f25d4 find_library: Allow custom lib suffix be used as find path
-
2186b323 FindHDF5: initialize HDF5_DEFINITIONS when using hdf5-config.cmake 16f1dd0d FindHDF5: document HDF5_<LANG>_DEFINITIONS b2de6da2 FindHDF5: use import libraries when using hdf5-config.cmake on Windows 003c9138 FindHDF5: do not cache library locations when using hdf5-config.cmake bf67fff0 FindHDF5: recognize hdf5:: prefix when using hdf5-config.cmake e629be4a FindHDF5: fix typo in comment 1c7a9119 FindHDF5: remove mark_as_advanced for non-cached variables 8250a520 FindHDF5: add HDF5_FIND_DEBUG variable to get debugging output 4b847f12 FindHDF5: hide HDF5_DIR if HDF5 was found in another way
-
-
-
-
-
-
-
-
Closes #15227
-
-
Brad King authored
-
Kitware Robot authored
-
- Mar 01, 2017
-
-
-
-
-
Add a new `CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX` variable to allow use of a custom suffix on `lib` directory names. This is a more general option than that added by commit v3.7.0-rc1~504^2 (Teach find_library and find_package to search lib32 paths, 2016-06-10). It allows the find path to be more deterministic on custom setups. See discussion in #10287 and #15994.
-
Sebastian Holtermann authored
-
Brad King authored
-
Brad King authored
-
8d71fa92 FindPkgConfig: use new version checking "library >= version" syntax
-
85e08370 bindexplib: Always export executable symbols, even they are also readable
-
48b56504 Autogen: Fix for Q_PLUGIN_METADATA change detection test
-
-
-
The `LOCATION` of imported shared libraries on Windows is that of the `.dll`. Use the import library instead to get the `.lib` to be linked. Fixes: #16534
-
The imported targets provide a persistent reference of their location, so we do not need to cache the values.
-
Some versions of HDF5 use this prefix on their imported targets.
-
-
-