You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In particular this:
If Clear-Linux is not setting SYSCONFDIR file a bug with them.
The text was updated successfully, but these errors were encountered: