CMake config installs into <prefix>/cmake/ are not canonical
Open
- Dominant language
- C++
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
In the following line:
https://github.com/eic/HEPMC_Merger/blob/f8aae88724b0a047e2c9eb43189ed4683282a718/CMakeLists.txt#L61C3-L61C8
the cmake config files are installed in /cmake. This is not where they are found on unix, https://cmake.org/cmake/help/latest/command/find_package.html#config-mode-search-procedure.
Suggestion is to install in /lib/cmake/.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.