[CMake] How to get message() to go to stdout when executed from -P?
David Cole
DLRdave at aol.com
Mon Apr 10 21:47:23 EDT 2017
From the Windows command line, you would do it with 2>&1 after the command (2 is stderr, and 1 is stdout). You could write your custom command as a batch file or bash script (unfortunately platform dependent) which uses this technique with a single command inside the batch file.
HTH,
David C.
> On Apr 10, 2017, at 6:44 PM, Robert Dailey <rcdailey.lists at gmail.com> wrote:
>
> When I execute a CMake script as a custom command, message() logs are
> not shown in stdout from that script.
>
> Is there a way to make it pipe out messages?
> --
>
> 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
More information about the CMake
mailing list