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>2020-08-08 22:39:31 +0300
committerRobert Adam <dev@robert-adam.de>2020-08-09 17:10:53 +0300
commit884fc40bc5cf6111e170894189b4b2bf91b872b5 (patch)
treed0e68979a1af084adf1598c3d7e90e748a1ac707 /CMakeLists.txt
parent06d0dbb5df700f991e0b70f95ec9577c89a8c63d (diff)
MAINT: Disable warnings for 3rdparty projects
In order to not be spammed with warnings from 3rdparty projects that we make use of in Mumble, this commit modifies the respective cmake files in a way that disables warnings for the respective projects.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fe88673c2..ca2d15463 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,6 +33,8 @@ list(APPEND CMAKE_MODULE_PATH
include(pkg-utils)
include(CTest)
+include(project-utils)
+
option(BUILD_TESTING "Build tests." OFF)