Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
46410ea1893f71c407656c82d945b62ff2dbe3db
/
.
/
Tests
/
RunCMake
/
list
/
SORT-COMPARATOR-NotStrictWeak.cmake
blob: bf7e88f0168dc5bb5386b4c4fc58f6c55bd767d8 [
file
]
function
(
reflexive_comparator a b
out
)
set
(
$
{
out
}
TRUE PARENT_SCOPE
)
endfunction
()
set
(
mylist c a b
)
list
(
SORT mylist COMPARATOR reflexive_comparator
)