string(TOUPPER alphaBETA s) message(STATUS "Uppercase: ${s}") string(TOLOWER alphaBETA s) message(STATUS "Lowercase: ${s}")