MergeOutput.cmake 101 B

1234
  1. foreach(i RANGE 1 5)
  2. message(STATUS "Output on stdout")
  3. message("Output on stderr")
  4. endforeach()