HDFGroup / HDFGroup/hdf5

CMake Configuration Fails with `-DHDF5_BUILD_FRAMEWORKS:BOOL=ON`

Open
#5,983 4 comments 0 reactions 1 assignee Claimed by @brtnfld View on GitHub
Component - Build Component - C Library Component - Documentation
Dominant language
C
Stars
988
Forks
355
Avg merge
4d 2h
Merged PRs (30d)
12

Description

Platform: all (13,14,15, 26) macOS
Generator: ninja

Configuration fails immediately:

```
CMake Error at src/CMakeLists.txt:1340 (install):
install TARGETS given no FRAMEWORK DESTINATION for shared library FRAMEWORK
target "hdf5-shared".

CMake Error at tools/lib/CMakeLists.txt:119 (install):
install TARGETS given no FRAMEWORK DESTINATION for shared library FRAMEWORK
target "hdf5_tools-shared".

CMake Error at hl/src/CMakeLists.txt:114 (install):
install TARGETS given no FRAMEWORK DESTINATION for shared library FRAMEWORK
target "hdf5_hl-shared".

-- HDF5 Example H5EXAMPLE_RESOURCES_DIR: /Users/runner/work/actions/actions/config/cmake
-- HDF5 H5_LIBVER_DIR: 200 HDF5_API_VERSION: v200
-- HDF5 Example link libs: hdf5-shared;hdf5_hl-shared Includes: /Users/runner/work/actions/actions/src;/Users/runner/work/actions/actions/src/H5FDsubfiling;/Users/runner/work/actions/actions/build/src;/Users/runner/work/actions/actions/hl/src;/Users/runner/work/actions/actions/build/hl/src
-- HDF5 link libs: hdf5-shared;hdf5_hl-shared
-- HDF5 H5_LIBVER_DIR: 200 HDF5_VERSION_MAJOR: 2.0
-- Configuring incomplete, errors occurred!
Error: Process completed with exit code 1.
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.