-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build Fix : Cannot dynamically link to HDF5 on Windows in CMAKE confi…
…g mode The H5_BUILT_AS_DYNAMIC_LIB compile definition is missing when HDF5 is found by CMake using config mode on windows. The reason is because hdf5::hdf5 cmake target is missing in this particular case. It is replaced by hdf5-shared target or hdf5::hdf5-shared in officail HDF5 sources.
- Loading branch information
1 parent
ea0aafb
commit 0b3bfc2
Showing
2 changed files
with
34 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters