cmake/Help/variable/CMAKE_INSTALL_RPATH_USE_LINK_PATH.rst

10 lines
406 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_INSTALL_RPATH_USE_LINK_PATH
---------------------------------
Add paths to linker search and installed rpath.
2015-11-17 17:22:37 +01:00
``CMAKE_INSTALL_RPATH_USE_LINK_PATH`` is a boolean that if set to ``true``
2014-08-03 19:52:23 +02:00
will append directories in the linker search path and outside the
2015-11-17 17:22:37 +01:00
project to the :prop_tgt:`INSTALL_RPATH`. This is used to initialize the
target property :prop_tgt:`INSTALL_RPATH_USE_LINK_PATH` for all targets.