blob: f69993cc4522149460217516726e331ec1423bd5 [file] [log] [blame]
message(STATUS "start")
unset(iter)
while(NOT "${iter}" STREQUAL "aaaaa")
string(APPEND iter "a")
if("${iter}" STREQUAL "aaa")
continue()
endif()
message(STATUS "${iter}")
endwhile()
message(STATUS "end")