mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
Tutorial: Add missing $ in generator expression
This commit is contained in:
committed by
Brad King
parent
76b585ecc8
commit
da22b269b2
@@ -24,7 +24,7 @@ Logical, Informational, and Output expressions.
|
||||
|
||||
Logical expressions are used to create conditional output. The basic
|
||||
expressions are the ``0`` and ``1`` expressions. A ``$<0:...>`` results in the
|
||||
empty string, and ``<1:...>`` results in the content of ``...``. They can also
|
||||
empty string, and ``$<1:...>`` results in the content of ``...``. They can also
|
||||
be nested.
|
||||
|
||||
Exercise 1 - Adding Compiler Warning Flags with Generator Expressions
|
||||
|
||||
Reference in New Issue
Block a user