blob: 156106c10565fb5504ca7aaceb950874c2d26e8e (
plain)
1
2
3
4
5
6
|
add-install-remove-environment-rpath
------------------------------------
* A new target property, :prop_tgt:`INSTALL_REMOVE_ENVIRONMENT_RPATH`, was
added which removes compiler-defined rpaths from a target. This property is
initialized by :variable:`CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH`.
|