forked from OSchip/llvm-project
Provide missing definition of uppercase_CMAKE_BUILD_TYPE in HandleLLVMOptions module
llvm-svn: 222082
This commit is contained in:
parent
6572489127
commit
ebf091d6f4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue