Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2021-04-25 21:21:02 +0300
committerRobert Adam <dev@robert-adam.de>2021-05-11 19:24:30 +0300
commitf830d4b10b43f821d796a385299cb63728783bdf (patch)
treeeedd92eaf284af83c99908dff92a92999dbc4a32 /CMakeLists.txt
parentd20579d6eb4d68f299410ea9bbe085b55c218960 (diff)
BUILD(cmake): Set policy CMP0118
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index af4d35e95..9a3ea9e4e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,6 +7,7 @@ cmake_minimum_required(VERSION 3.15)
cmake_policy(SET CMP0079 NEW)
cmake_policy(SET CMP0091 NEW)
+cmake_policy(SET CMP0118 NEW)
set(BUILD_NUMBER CACHE STRING "The build number of the current build. Will be used in Mumble's version to make sure newer builds upgrade older installations properly.")
set(RELEASE_ID CACHE STRING "The ID of the current release (used for representation in the UI and the updater)")