summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2018-08-09 11:16:29 +0200
committerAndreas Schneider <asn@samba.org>2018-08-17 14:27:19 +0200
commit0053c607acb62f3c7ae66ba0d881d63a2d0bd03e (patch)
tree8521c2df7707151757bd7440665a9f7b2d90031c /config.h.cmake
parent93d4387c27efb2b62bdc4240f66b2030f82c7705 (diff)
downloadsocket_wrapper-0053c607acb62f3c7ae66ba0d881d63a2d0bd03e.tar.gz
socket_wrapper-0053c607acb62f3c7ae66ba0d881d63a2d0bd03e.tar.xz
socket_wrapper-0053c607acb62f3c7ae66ba0d881d63a2d0bd03e.zip
cmake: Require at least cmake 3.2.0
This allows us to modernize the CMakeLists.txt Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.cmake b/config.h.cmake
index b98ceff..5baa789 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -1,8 +1,8 @@
/* Name of package */
-#cmakedefine PACKAGE "${APPLICATION_NAME}"
+#cmakedefine PACKAGE "${PROJECT_NAME}"
/* Version number of package */
-#cmakedefine VERSION "${APPLICATION_VERSION}"
+#cmakedefine VERSION "${PROJECT_VERSION}"
#cmakedefine LOCALEDIR "${LOCALE_INSTALL_DIR}"
#cmakedefine DATADIR "${DATADIR}"