[PATCH] D39716: Explicitly set CMake policy CMP0068 to NEW to avoid warnings
Guilherme Amadio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 28 05:19:13 PST 2018
amadio abandoned this revision.
amadio added a comment.
Abandoning, equivalent change added by commit below:
commit b4cbf181f050dbe7cf1cfc4b174b856fe936a243
Author: Don Hinton <hintonda at gmail.com>
Date: Thu Jan 25 04:55:18 2018 +0000
[cmake] Set cmake policy CMP0068 to suppress warnings on OSX
Set cmake policy CMP0068=NEW, if available, and set
"CMAKE_BUILD_WITH_INSTALL_NAME_DIR=On" globally to
maintain current behavior.
This is needed to suppress warnings on OSX starting with cmake version
3.9.6.
Differential Revision: https://reviews.llvm.org/D42463
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323404 91177308-0d34-0410-b5e6-96231b3b80d8
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D39716/new/
https://reviews.llvm.org/D39716
More information about the llvm-commits
mailing list