summaryrefslogtreecommitdiff
path: root/cmake/config.h.in
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2020-09-02 09:43:48 +0200
committerJoel Rosdahl <joel@rosdahl.net>2020-09-02 09:43:48 +0200
commiteae946b80f7d7532178089ee124c5e8bee9903f9 (patch)
tree3fbe4f680fec976505cefdae7d752e26295498f1 /cmake/config.h.in
parent98b8ad231bb738d79d7de9b6d35b6bef27bb15a2 (diff)
downloadccache-eae946b80f7d7532178089ee124c5e8bee9903f9.tar.gz
Add clang-format off/on for SIZEOF_INT
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 30393c84..9e764223 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -52,7 +52,9 @@
# pragma clang diagnostic pop
#endif
+// clang-format off
#define SIZEOF_INT @SIZEOF_INT@
+// clang-format on
#cmakedefine MTR_ENABLED