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
path: root/cmake
diff options
context:
space:
mode:
authorRobert <krzmbrzl@gmail.com>2020-09-11 17:52:47 +0300
committerRobert <krzmbrzl@gmail.com>2020-09-11 19:14:05 +0300
commit42d9f2dab84587a8fbda0cffc273f71c6afe1ef6 (patch)
tree9c0d002f964927a380d53b790a77f6107e619eb8 /cmake
parentee4fb28872bfb27a12bfbf3f2b6bf49bcd56a9dc (diff)
BUILD(cmake): Remove unneeded, commented lines
Diffstat (limited to 'cmake')
-rw-r--r--cmake/os.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/os.cmake b/cmake/os.cmake
index db0e00618..d051ff86c 100644
--- a/cmake/os.cmake
+++ b/cmake/os.cmake
@@ -26,9 +26,6 @@ endif()
add_definitions(
"-DQT_USE_FAST_CONCATENATION"
"-DQT_USE_FAST_OPERATOR_PLUS"
- # TODO: Uncomment the following definitions when the resulting errors are fixed.
- #"-DQT_NO_CAST_FROM_ASCII"
- #"-DQT_NO_CAST_TO_ASCII"
)
if(WIN32)