Skip to content
Snippets Groups Projects
Commit 38855ca1 authored by Brad King's avatar Brad King
Browse files

Set CMP0042 explicitly with CMake 3.0 and above


Some host projects no longer set `CMAKE_MACOSX_RPATH` explicitly due to
requiring CMake 3.0 or above, and now see CMP0042 warnings.  Set the
policy explicitly in KWSys to avoid the warnings.  Host projects can
still set `CMAKE_MACOSX_RPATH` to `0` to get the old behavior.

Suggested-by: default avatarKen Martin <ken.martin@kitware.com>
parent ac03011f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment