MacroUnmatchedForeach.cmake 65 B

12345
  1. macro(m)
  2. foreach(i 1)
  3. #endforeach() # missing
  4. endmacro()
  5. m()