summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.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 /ConfigureChecks.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 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 93010f4..8fdb7f4 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -7,8 +7,8 @@ include(CheckStructHasMember)
include(CheckPrototypeDefinition)
include(TestBigEndian)
-set(PACKAGE ${APPLICATION_NAME})
-set(VERSION ${APPLICATION_VERSION})
+set(PACKAGE ${PROJECT_NAME})
+set(VERSION ${PROJECT_VERSION})
set(DATADIR ${DATA_INSTALL_DIR})
set(LIBDIR ${LIB_INSTALL_DIR})
set(PLUGINDIR "${PLUGIN_INSTALL_DIR}-${LIBRARY_SOVERSION}")