# HG changeset patch
# User Wuzzy <Wuzzy2@mail.ru>
# Date 1570637317 -7200
# Node ID 47cf2cf736e7964a1392937aa542b208c8183bf1
# Parent  6e09555b25b42d8f137670d3b856140ec7373a87
Remove toupper in CMakeLists.txt

diff -r 6e09555b25b4 -r 47cf2cf736e7 CMakeLists.txt
--- a/CMakeLists.txt	Wed Oct 09 16:35:06 2019 +0200
+++ b/CMakeLists.txt	Wed Oct 09 18:08:37 2019 +0200
@@ -112,7 +112,6 @@
 
 #when build type is not specified, assume Debug/Release according to build version information
 if(CMAKE_BUILD_TYPE)
-    string(TOUPPER ${CMAKE_BUILD_TYPE} CMAKE_BUILD_TYPE)
     if(NOT((CMAKE_BUILD_TYPE MATCHES "Release") OR
            (CMAKE_BUILD_TYPE MATCHES "Debug") OR
            (CMAKE_BUILD_TYPE MATCHES "RelWithDebInfo")))