blob: 4549b9228357c78b6fdf484618f66241ef366d39 [file] [log] [blame]
Haibo Huang39101902020-08-03 18:43:26 -07001INSTALL_RPATH
2-------------
3
4The rpath to use for installed targets.
5
6A semicolon-separated list specifying the rpath to use in installed
7targets (for platforms that support it). This property is initialized
8by the value of the variable :variable:`CMAKE_INSTALL_RPATH` if it is set when
9a target is created.
10
11Because the rpath may contain ``${ORIGIN}``, which coincides with CMake syntax,
12the contents of ``INSTALL_RPATH`` are properly escaped in the
13``cmake_install.cmake`` script (see policy :policy:`CMP0095`.)
14
15This property supports
16:manual:`generator expressions <cmake-generator-expressions(7)>`.