[PATCH] D62171: build: Enable CMake Policy 0077
Don Hinton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 21:13:56 PDT 2019
hintonda added a comment.
I think people have learned to overcome the OLD behavior by including CACHE and type in set commands in cache files, but this makes it easier. However, if you want to rerun cmake and change existing values, you'll still need to include CACHE, type, and FORCE, is that right? At least that's how I've been handling it locally. Any advice would be appreciated.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62171/new/
https://reviews.llvm.org/D62171
More information about the llvm-commits
mailing list