Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b2425fdffda98d9533aa6eb48cc4526c25d2af82
/
.
/
Tests
/
RunCMake
/
GeneratorExpressionShortCircuit
/
BadIF.cmake
blob: 797cc6975ef1a365e3f464ca42f291f05de62c6a [
file
]
set
(
error $
<
0
>)
add_custom_target
(
check ALL COMMAND check
$
<
IF
:
0
,
1
,
$
{
error
}>
)