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