mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 03:11:08 -06:00
Help: Add note for BundleUtilities usage
The macros defined in BundleUtilities are intended to be used from an install() rule rather than at configure time. Add a note clarifying this.
This commit is contained in:
@@ -35,6 +35,10 @@ The following functions are provided by this module:
|
||||
Requires CMake 2.6 or greater because it uses function, break and
|
||||
PARENT_SCOPE. Also depends on GetPrerequisites.cmake.
|
||||
|
||||
DO NOT USE THESE FUNCTIONS AT CONFIGURE TIME (from ``CMakeLists.txt``)!
|
||||
Instead, invoke them from an :command:`install(CODE)` or
|
||||
:command:`install(SCRIPT)` rule.
|
||||
|
||||
::
|
||||
|
||||
FIXUP_BUNDLE(<app> <libs> <dirs>)
|
||||
|
||||
Reference in New Issue
Block a user