summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authormarinamoore <mmoore32@calpoly.edu>2018-10-24 11:48:11 -0400
committerAlan Antonuk <alan.antonuk@gmail.com>2018-10-24 09:24:34 -0700
commit75a21e51db5d70ea807473621141b4417d81b56f (patch)
treea9555d412b33522cf1fb2c544f6daecc508e0f96 /cmake
parentd84710b141cdd42e2cb0d0c387c87cd37a55891d (diff)
downloadrabbitmq-c-75a21e51db5d70ea807473621141b4417d81b56f.tar.gz
Make cmake build reproducibly
Diffstat (limited to 'cmake')
-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 297cf40..ab49d5f 100644
--- a/cmake/config.h.in
+++ b/cmake/config.h.in
@@ -9,6 +9,6 @@
#cmakedefine HAVE_POLL
-#define AMQ_PLATFORM "@CMAKE_SYSTEM@"
+#define AMQ_PLATFORM "@CMAKE_SYSTEM_NAME@"
#endif /* CONFIG_H */