intel / intel/gmmlib

avoid hardcoded folders when creating packages for distributions

Open
#34 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
197
Forks
100
PR merge metrics
No merged PRs in 30d

Description

In particular this:

```
if("${os_name}" STREQUAL "clear-linux-os")
# clear-linux-os distribution avoids /etc for distribution defaults.
# Set this variable explicitly before including GNUInstallDirs.
set(CMAKE_INSTALL_SYSCONFDIR "usr/share/defaults/etc")
endif()
```
If Clear-Linux is not setting SYSCONFDIR file a bug with them.

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.