diff --git a/CMakeLists.txt b/CMakeLists.txt index 1765e5dec..c0bb23d19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,5 +122,5 @@ prepare() # Call the process_arch macro for each architecture foreach(SYSVAR ${TGTSYS_LIST}) process_arch(${SYSVAR}) -endforeach(SYSVAR IN LISTS TGTSYS_LIST) +endforeach(SYSVAR ${TGTSYS_LIST})