summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-02-24 16:39:46 +0000
committerTobias Grosser <tobias@grosser.es>2015-02-24 16:39:46 +0000
commit2ca0ae2a24e4b3ad9a50b7192d854ed0c0ab7fc1 (patch)
tree499e2cd26239cbfee0620f02bcbccc41c234a170 /llvm/lib/DebugInfo/PDB
parenta709f3a5aef2c7f377e050c6e0d55d626938655e (diff)
downloadbcm5719-llvm-2ca0ae2a24e4b3ad9a50b7192d854ed0c0ab7fc1.tar.gz
bcm5719-llvm-2ca0ae2a24e4b3ad9a50b7192d854ed0c0ab7fc1.zip
Revert "Raising minimum required CMake version to 2.8.12.2."
This reverts commit r230062. Debian stable (wheezy) ships still with cmake 2.8.9. The commit broke my LLVM/Polly buildbot, to my knowledge our only Linux+cmake buildbot. llvm-svn: 230343
Diffstat (limited to 'llvm/lib/DebugInfo/PDB')
-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 ed8c67411d9..87e357e2f07 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 INTERFACE "${LIBPDB_ADDITIONAL_LIBRARIES}")
+target_link_libraries(LLVMDebugInfoPDB ${cmake_2_8_12_INTERFACE} "${LIBPDB_ADDITIONAL_LIBRARIES}")
OpenPOWER on IntegriCloud