mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 01:22:28 +00:00
f7b9bf41c5
This new property controls whether to apply INSTALL_NAME_DIR to the build tree. It also overrides BUILD_WITH_INSTALL_RPATH.
8 lines
249 B
ReStructuredText
8 lines
249 B
ReStructuredText
CMAKE_BUILD_WITH_INSTALL_NAME_DIR
|
|
---------------------------------
|
|
|
|
Whether to use :prop_tgt:`INSTALL_NAME_DIR` on targets in the build tree.
|
|
|
|
This variable is used to initialize the :prop_tgt:`BUILD_WITH_INSTALL_NAME_DIR`
|
|
property on all targets.
|