cmake: Make CMAKE_BUILD_TYPE check case-insensitive
authorJustin Bogner <mail@justinbogner.com>
Mon, 10 Aug 2015 21:58:27 +0000 (21:58 +0000)
committerJustin Bogner <mail@justinbogner.com>
Mon, 10 Aug 2015 21:58:27 +0000 (21:58 +0000)
commit8179d06019a28c0e9febedf349864c918467ebca
treea69f12efd2142785de848412ca74b3f6a7c41470
parent43e844c48bd76a2bfcd8344b1f804375a1a065e4
cmake: Make CMAKE_BUILD_TYPE check case-insensitive

Juergen pointed out that this variable is treated in a case
insensitive way.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244516 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt