Skip to content

Commit

Permalink
Provide missing definition of uppercase_CMAKE_BUILD_TYPE in HandleLLV…
Browse files Browse the repository at this point in the history
…MOptions module

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222082 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
EricWF committed Nov 15, 2014
1 parent c093062 commit 96c8ba6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/modules/HandleLLVMOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# options and executing the appropriate CMake commands to realize the users'
# selections.

# This is commonly needed so make sure it's defined before we include anything
# else.
string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)

include(HandleLLVMStdlib)
include(AddLLVMDefinitions)
include(CheckCCompilerFlag)
Expand Down

0 comments on commit 96c8ba6

Please sign in to comment.