From 0bbbf7ecae2d1608ba1dce1834c8614a2d63d863 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sun, 16 Aug 2009 09:44:27 +0000 Subject: Fix the MSVC build again. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79186 91177308-0d34-0410-b5e6-96231b3b80d8 --- cmake/modules/AddLLVM.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/modules') diff --git a/cmake/modules/AddLLVM.cmake b/cmake/modules/AddLLVM.cmake index 2c142dd2fd..205ddb7663 100755 --- a/cmake/modules/AddLLVM.cmake +++ b/cmake/modules/AddLLVM.cmake @@ -17,7 +17,7 @@ macro(add_llvm_library name) # generation is triggered by the main LLVM target library. Necessary # for parallel builds: if( CURRENT_LLVM_TARGET ) - add_dependencies(${name} LLVM${CURRENT_LLVM_TARGET}) + add_dependencies(${name} ${CURRENT_LLVM_TARGET}) endif() endmacro(add_llvm_library name) -- cgit v1.2.3