[CMake] LLVMProcessSources.cmake: Add include(CMakeParseArguments).
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 20 Jan 2014 17:05:49 +0000 (17:05 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 20 Jan 2014 17:05:49 +0000 (17:05 +0000)
I didn't realize that cmake_parse_arguments() would require explicit inclusion.

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

cmake/modules/LLVMProcessSources.cmake

index 4ad97575071c8266fd66d10090404a16f5dc09e0..2d88abfd75299b19e67c1d1918996b440b0df56f 100644 (file)
@@ -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'.