summaryrefslogtreecommitdiff
path: root/cmake/config.h.in
diff options
context:
space:
mode:
authorRafael Kitover <rkitover@gmail.com>2022-08-01 15:34:16 +0300
committerGitHub <noreply@github.com>2022-08-01 14:34:16 +0200
commitaf6a7aec6935270c9d8e0e62fb43636e58544096 (patch)
treeea1cbbff2d632836a291016a123e818ec877a60b /cmake/config.h.in
parent61c70a6fa956e7f8ae74952d0bda64a4688bd165 (diff)
downloadccache-af6a7aec6935270c9d8e0e62fb43636e58544096.tar.gz
feat: Move Windows config and cache to LOCALAPPDATA (#1124)
Diffstat (limited to 'cmake/config.h.in')
-rw-r--r--cmake/config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/config.h.in b/cmake/config.h.in
index 649a44e4..ed572b67 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -206,7 +206,7 @@ typedef int pid_t;
# define ESTALE -1
#endif
-#define SYSCONFDIR "@CMAKE_INSTALL_FULL_SYSCONFDIR@"
+#define SYSCONFDIR "@CONFIG_SYSCONFDIR_C_ESCAPED@"
#cmakedefine INODE_CACHE_SUPPORTED