From db2a4af37fadedecaf3e7b396af75f91757a0719 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 20 Jan 2014 17:05:49 +0000 Subject: [CMake] LLVMProcessSources.cmake: Add include(CMakeParseArguments). I didn't realize that cmake_parse_arguments() would require explicit inclusion. llvm-svn: 199674 --- llvm/cmake/modules/LLVMProcessSources.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/cmake/modules/LLVMProcessSources.cmake') diff --git a/llvm/cmake/modules/LLVMProcessSources.cmake b/llvm/cmake/modules/LLVMProcessSources.cmake index 4ad97575071..2d88abfd752 100644 --- a/llvm/cmake/modules/LLVMProcessSources.cmake +++ b/llvm/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'. -- cgit v1.2.3