[all-commits] [llvm/llvm-project] 1a216d: llvm: cmake: set CMP0114 to OLD to avoid warning
Nick Desaulniers via All-commits
all-commits at lists.llvm.org
Fri Jun 3 09:46:06 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a216dc8910fce676cf6787877a786c28cdf8c38
https://github.com/llvm/llvm-project/commit/1a216dc8910fce676cf6787877a786c28cdf8c38
Author: Nick Desaulniers <ndesaulniers at google.com>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
M llvm/CMakeLists.txt
Log Message:
-----------
llvm: cmake: set CMP0114 to OLD to avoid warning
Building with cmake 3.23.2+ produces warnings when using
LLVM_ENABLE_RUNTIMES. Set this policy to the existing behavior for now
to silence the warnings.
Fixes: https://github.com/llvm/llvm-project/issues/50122
Fixes: https://github.com/llvm/llvm-project/issues/54944
Reviewed By: phosek, penzn
Differential Revision: https://reviews.llvm.org/D126923
More information about the All-commits
mailing list