summaryrefslogtreecommitdiff
path: root/cmake/config.h.in
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2020-06-18 18:58:20 +0200
committerJoel Rosdahl <joel@rosdahl.net>2020-06-18 21:12:46 +0200
commitb968312a122e6fcfc34f0602820eecb1c962bf04 (patch)
tree8d068507cd33a6db89b3ac45eaa962cb7d4a6c55 /cmake/config.h.in
parent2a0dd8ef551ddb7e98ff4971c593c29a41c7b0ef (diff)
downloadccache-b968312a122e6fcfc34f0602820eecb1c962bf04.tar.gz
Fix location of secondary configuration
Regression in #573 (f2341b2b).
Diffstat (limited to 'cmake/config.h.in')
-rw-r--r--cmake/config.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in
index 51e897a5..c2e76b94 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -46,6 +46,8 @@
#cmakedefine _WIN32_WINNT @_WIN32_WINNT@
// clang-format on
+#define SYSCONFDIR "@CMAKE_INSTALL_FULL_SYSCONFDIR@"
+
#ifdef __clang__
# pragma clang diagnostic pop
#endif