mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
Help: Fix typo in CMP0051.
STRIP_GENEX -> GENEX_STRIP.
This commit is contained in:
parent
b8fd66f31c
commit
454b4bd244
@ -10,7 +10,7 @@ returning the :prop_tgt:`SOURCES` target property.
|
||||
Configure-time CMake code is not able to handle generator expressions. If
|
||||
using the :prop_tgt:`SOURCES` target property at configure time, it may be
|
||||
necessary to first remove generator expressions using the
|
||||
:command:`string(STRIP_GENEX)` command. Generate-time CMake code such as
|
||||
:command:`string(GENEX_STRIP)` command. Generate-time CMake code such as
|
||||
:command:`file(GENERATE)` can handle the content without stripping.
|
||||
|
||||
The ``OLD`` behavior for this policy is to omit ``TARGET_OBJECTS``
|
||||
|
Loading…
Reference in New Issue
Block a user