Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3dc32ac62b6d3e552d0f461756a38e60dde61bf1
/
.
/
Tests
/
RunCMake
/
list
/
SORT-COMPARATOR-UnknownFunction.cmake
blob: 8e5901bb784ee866c86e816b6a0cf723383d320f [
file
]
set
(
mylist a b c
)
list
(
SORT mylist COMPARATOR no_such_function
)