Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
list
/
REVERSE-NotList.cmake
blob: 71383294c9f0af100eb21b96f0b14d84e11c28ba [
file
] [
log
] [
blame
]
unset
(
nosuchlist
)
list
(
REVERSE nosuchlist
)
if
(
DEFINED nosuchlist
)
message
(
FATAL_ERROR
"list(REVERSE) created our list"
)
endif
()