Skip to content

Fix a bad cmake typo, RPPATH should be RPATH.

Martin Heistermann requested to merge cmake-fix-macos-rpath into master

This didn't make a difference with OLD CMP0042 behaviour, but with NEW behaviour we really need to set this in some cases for fixup_bundle to work.

Merge request reports