Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
62dc29dfccbecb51962d8b7bb6ec00e596272d75
/
.
/
Tests
/
RunCMake
/
GeneratorExpression
/
BoundOperand1OutsideBinding.cmake
blob: 24cf9f76d1f061279854790cc922cad89f82fa58 [
file
]
# $<_1> requires a binary binding (e.g. SORT COMPARATOR); using it in a unary
# APPLY body, which binds only $<_0>, is an error.
file
(
GENERATE OUTPUT
"${CMAKE_CURRENT_BINARY_DIR}/x.txt"
CONTENT
"$<LIST:TRANSFORM,a;b,APPLY,X$<_1>Y>"
)