forked from OSchip/llvm-project
[CMake] LLVMProcessSources.cmake: Add include(CMakeParseArguments).
I didn't realize that cmake_parse_arguments() would require explicit inclusion. llvm-svn: 199674
This commit is contained in:
parent
929b1db276
commit
db2a4af37f
|
@ -1,4 +1,5 @@
|
|||
include(AddFileDependencies)
|
||||
include(CMakeParseArguments)
|
||||
|
||||
function(llvm_replace_compiler_option var old new)
|
||||
# Replaces a compiler option or switch `old' in `var' by `new'.
|
||||
|
|
Loading…
Reference in New Issue