Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
list
/
SORT-NotList.cmake
blob: 6314f149323431946b483f7f979c842c39941c15 [
file
] [
log
] [
blame
]
unset
(
nosuchlist
)
list
(
SORT nosuchlist
)
if
(
DEFINED nosuchlist
)
message
(
FATAL_ERROR
"list(SORT) created our list"
)
endif
()