Fix couple of items discovered on Windows.#519
Conversation
Location of silo-targets.cmake in the install. Ensuring HDF5's find of zlib finds the correct one if SILO_ZLIB_DIR set. Fix what gets deployed on Windows when using `windeployqt`.
Fix zlib target name in SiloFindZlib when trying to copy dll. Use HDF5_PROVIDES_ZLIB_SUPPORT.
|
I believe this PR includes a fix needed to get the CMake exports working. The issue is that sometimes, Silo installs it's libraries into There is also a small cosmetic inconsistency where the the use of |
markcmiller86
left a comment
There was a problem hiding this comment.
Thanks so much @biagas ❤️
|
@junghans do you by any chance know much about the |
|
@markcmiller86 should I be concerned about the failing rpm build checks? |
I think it is just bad timing, I would retrigger tomorrow morning. |
Fix couple of items discovered on Windows.
…sues Merge pull request #519 from llnl/biagas/fix_windows_issues
Location of silo-targets.cmake in the install.
Ensuring HDF5's find of zlib finds the correct one if SILO_ZLIB_DIR set.
Fix what gets deployed on Windows when using
windeployqt.