summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2015-03-05 20:48:09 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2015-04-20 23:27:37 +0200
commit1ba6c3956bc49949ede3daf8eaa29463736c667f (patch)
tree1fc8f7fb36adb1e43421a66ba1598a107b5b65a9 /cmake
parent449b5b9bfa34b49c1a5f8a4031687befc8bfac82 (diff)
downloaddbus-1ba6c3956bc49949ede3daf8eaa29463736c667f.tar.gz
cmake: Give users a hint to run autogen.sh if config.h.in is not present to see autotools config header differences.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=85418 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index 28de329e..3de0606a 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -27,6 +27,8 @@ autoversion(dbus)
if(EXISTS ../config.h.in)
autoheaderchecks(../config.h.in ConfigureChecks.cmake config.h.cmake)
+else()
+ message(STATUS "Generate config.h.in with autogen.sh to enable cmake header difference check.")
endif()
# used by file version info