2013-10-15 19:17:36 +04:00
|
|
|
CMAKE_INSTALL_RPATH_USE_LINK_PATH
|
|
|
|
---------------------------------
|
|
|
|
|
|
|
|
Add paths to linker search and installed rpath.
|
|
|
|
|
2015-08-18 08:34:01 +03:00
|
|
|
``CMAKE_INSTALL_RPATH_USE_LINK_PATH`` is a boolean that if set to ``true``
|
2013-10-15 19:17:36 +04:00
|
|
|
will append directories in the linker search path and outside the
|
2015-08-18 08:34:01 +03: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.
|