summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2015-02-23 19:34:04 +0000
committerChad Rosier <mcrosier@codeaurora.org>2015-02-23 19:34:04 +0000
commit1df91242895675b9de68feb56fd05c59d943ad20 (patch)
treeed1cd1a69554683cf77740c30385aca8fe660d22 /llvm/lib/DebugInfo
parented47b2295111e80902479d6b55a6f3c653d0461e (diff)
downloadbcm5719-llvm-1df91242895675b9de68feb56fd05c59d943ad20.tar.gz
bcm5719-llvm-1df91242895675b9de68feb56fd05c59d943ad20.zip
Revert "Revert "Raising minimum required CMake version to 2.8.12.2.""
This reverts commit r230240, which was an accidental commit. llvm-svn: 230246
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