FunctionUnmatchedForeach.cmake 71 B

12345
  1. function(f)
  2. foreach(i 1)
  3. #endforeach() # missing
  4. endfunction()
  5. f()