Hello CMake people,

Is there a way to make CMake flush STDOUT (written two with MESSAGE() command) 
so that we don't get jumbled output?

This is a problem since I have tests that grep output generated by CMake and it 
cases tests to fail like shown at:

    http://testing.sandia.gov/cdash/testDetails.php?test=29022135&build=2019497

which causes the test to fail because it writes out:

    -- Configuring incomplete, errors occurred!

right in the middle of the line:

    "to point to the include directories which will bypass any search for"

which causes the test criteria to fail:

   TEST_1: Pass criteria = Match REGEX {   to point to the include directories 
which will bypass any search for} [FAILED]

since it prints:

    to point to the inc-- Configuring incomplete, errors occurred!
    lude directories which will bypass any search for

Thanks,

-Ross

_______________________________________________________________________________
Dr. Roscoe A. Bartlett, PhD
Oak Ridge National Laboratory
CASL Physics Integration Software Engineering Lead
Trilinos Software Engineering Technologies and Integration Lead
http://web.ornl.gov/~8vt/



-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to