Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
GeneratorExpression
/
CMP0085-OLD.cmake
blob: 31b6a51b41f954a8548175781d9582721e54dff9 [
file
] [
log
] [
blame
] [
edit
]
cmake_policy
(
SET CMP0070 NEW
)
file
(
GENERATE OUTPUT CMP0085
-
OLD
-
generated
.
txt CONTENT
"$<IN_LIST:,>$<IN_LIST:,a>$<IN_LIST:,;a>$<IN_LIST:a,>$<IN_LIST:a,a>$<IN_LIST:a,;a>"
)