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 D42463
[cmake] Set cmake policy CMP0068 to suppress warnings on OSX hintonda on Jan 23 2018, 9:52 PM. Authored by
Details Set cmake policy CMP0068=NEW, if available, and set This is needed to suppress warnings on OSX starting with cmake version
Diff Detail
Event TimelineComment Actions Set CMAKE_BUILD_WITH_INSTALL_NAME_DIR=ON globally so it can be used Comment Actions I had to make a change since your LGTM, so please let me know if you'd like to take another look. Otherwise, I'll go ahead and land it tomorrow. Thanks again... |