[PATCH] D39716: Explicitly set CMake policy CMP0068 to NEW to avoid warnings

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 27 10:34:47 PST 2017


beanz added a comment.

If we're setting the policy to `NEW` we should also be setting `BUILD_WITH_INSTALL_NAME_DIR` to match `BUILD_WITH_INSTALL_RPATH`, otherwise we're making builds using CMake 3.9 and later build differently than earlier versions of CMake which is undesirable.


https://reviews.llvm.org/D39716





More information about the llvm-commits mailing list