Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
list
/
GET-InvalidIndex.cmake
blob: 178295a209987145f8e869e6b3de5c4e179629e5 [
file
] [
log
] [
blame
]
set
(
mylist alpha bravo charlie
)
list
(
GET mylist
3
result
)