summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2015-03-23 20:03:57 +0000
committerChris Bieneman <beanz@apple.com>2015-03-23 20:03:57 +0000
commit6a1b54acc74dd35278a53a7805f4ce04c9899c53 (patch)
tree5e1794287465ab960f1def3ad15ac9e273fc69c5 /llvm/lib/DebugInfo
parent7226f2a49790820e2f5243b94e47f68cd1b73751 (diff)
downloadbcm5719-llvm-6a1b54acc74dd35278a53a7805f4ce04c9899c53.tar.gz
bcm5719-llvm-6a1b54acc74dd35278a53a7805f4ce04c9899c53.zip
Raising minimum required CMake version to 2.8.12.2.
This commit is in reference to the llvm-dev thread: http://lists.cs.uiuc.edu/pipermail/llvmdev/2015-March/083672.html llvm-svn: 233008
Diffstat (limited to 'llvm/lib/DebugInfo')
-rw-r--r--llvm/lib/DebugInfo/PDB/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/DebugInfo/PDB/CMakeLists.txt b/llvm/lib/DebugInfo/PDB/CMakeLists.txt
index 87e357e2f07..ed8c67411d9 100644
--- a/llvm/lib/DebugInfo/PDB/CMakeLists.txt
+++ b/llvm/lib/DebugInfo/PDB/CMakeLists.txt
@@ -73,4 +73,4 @@ add_llvm_library(LLVMDebugInfoPDB
${LIBPDB_ADDITIONAL_HEADER_DIRS}
)
-target_link_libraries(LLVMDebugInfoPDB ${cmake_2_8_12_INTERFACE} "${LIBPDB_ADDITIONAL_LIBRARIES}")
+target_link_libraries(LLVMDebugInfoPDB INTERFACE "${LIBPDB_ADDITIONAL_LIBRARIES}")
OpenPOWER on IntegriCloud