mirror of
https://github.com/reactos/CMake.git
synced 2024-12-04 09:54:15 +00:00
dca2347980
Issue: #17823
3 lines
67 B
CMake
3 lines
67 B
CMake
set(mylist alpha bravo charlie)
|
|
list(TRANSFORM mylist TOUPPER FOR)
|