Skip to content

FindHDF5: Remove unnecessary de-duplication of HDF5_LIBRARIES and friends

Kris Thielemans requested to merge krthie/cmake:FixHDF5DebugOpt into master

Reasons include:

  • When both debug and optimized libraries are found, the corresponding keywords were getting de-duplicated and breaking.
  • CMake's link line generation de-duplicates in many cases anyway.
  • Other find modules do not explicitly de-duplicate in general.

Fixes: #21670 (closed)
Topic-rename: FindHDF5-no-dedup-keywords

Edited by Brad King

Merge request reports