From 16d0e59ea06b22b72659d1472dd238665ba85916 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Thu, 5 Jan 2023 15:59:44 +0100 Subject: [PATCH] Add CMAKE_MACOSX_RPATH to -rpath entry in configure/CMake mapping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2c507f138c2e6aa283167c60425832d73bd95ee7 Reviewed-by: Tor Arne Vestbø --- cmake/configure-cmake-mapping.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/configure-cmake-mapping.md b/cmake/configure-cmake-mapping.md index d4a9ede75ff..b217b655790 100644 --- a/cmake/configure-cmake-mapping.md +++ b/cmake/configure-cmake-mapping.md @@ -60,6 +60,7 @@ The following table describes the mapping of configure options to CMake argument | -R | -DQT_EXTRA_RPATHS=path1;path2 | | | -rpath | negative CMAKE_SKIP_BUILD_RPATH | | | | negative CMAKE_SKIP_INSTALL_RPATH | | +| | negative CMAKE_MACOSX_RPATH | | | -reduce-exports | -DFEATURE_reduce_exports=ON | | | -reduce-relocations | -DFEATURE_reduce_relocations=ON | | | -plugin-manifests | | |