summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-01-20 17:05:49 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-01-20 17:05:49 +0000
commit95dd2f4e8d93ed339eb6dc815b03bdc2f877992e (patch)
tree7c761d1131c6a2aa6d41adb7bca60e45d2b6083c /cmake
parent04a62614a38936a68b07b674cb2208882a73a871 (diff)
downloadllvm-95dd2f4e8d93ed339eb6dc815b03bdc2f877992e.tar.gz
llvm-95dd2f4e8d93ed339eb6dc815b03bdc2f877992e.tar.bz2
llvm-95dd2f4e8d93ed339eb6dc815b03bdc2f877992e.tar.xz
[CMake] LLVMProcessSources.cmake: Add include(CMakeParseArguments).
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
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/LLVMProcessSources.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/modules/LLVMProcessSources.cmake b/cmake/modules/LLVMProcessSources.cmake
index 4ad9757507..2d88abfd75 100644
--- a/cmake/modules/LLVMProcessSources.cmake
+++ b/cmake/modules/LLVMProcessSources.cmake
@@ -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'.