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:
authorThomas Lange <thomas-lange2@gmx.de>2020-10-22 01:47:43 +0300
committerThomas Lange <thomas-lange2@gmx.de>2020-10-22 01:56:54 +0300
commit4d1e6f83c3360e32bb1179b126ae71c51c34ec17 (patch)
treed241e5f2ff15863123c8b6b0be5eaa5fbaadebf4 /CMakeLists.txt
parent7ac922da61df5cb354b960117ff6696041ed525a (diff)
BUILD(cmake): Remove obsolete option "dpkg-buildflags"
This was a leftover from the previous QMake options but had no effect at all with CMake when enabled. Distributions should use -DCMAKE_BUILD_TYPE='None' to compile Mumble with the default compiler flags.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b8954a822..176c610be 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,8 +45,6 @@ option(static "Build static binaries." OFF)
option(symbols "Build binaries in a way that allows easier debugging." OFF)
option(warnings-as-errors "All warnings are treated as errors." ON)
-option(dpkg-buildflags "Add CFLAGS, CXXFLAGS, CPPFLAGS and LDFLAGS from dpkg-buildflags to the build flags." OFF)
-
option(overlay "Build overlay." ON)
option(packaging "Build package." OFF)
option(plugins "Build plugins." ON)