Re: [CMake] first WARNING message swallows all previous STATUS messages in cmake configure

2016-06-18 Thread Ilias Miroslav
<kristianonlin...@gmail.com> Sent: Saturday, June 18, 2016 7:46 PM To: Ilias Miroslav Cc: cmake@cmake.org Subject: Re: [CMake] first WARNING message swallows all previous STATUS messages in cmake configure I have some questions for clarification: Which CMake-Version do you use? Which OS do y

Re: [CMake] first WARNING message swallows all previous STATUS messages in cmake configure

2016-06-18 Thread Kristian
I have some questions for clarification: Which CMake-Version do you use? Which OS do you use? And where is the output of CMake written to? 2016-06-18 8:31 GMT-04:00 Ilias Miroslav : > Dear experts, > > > we are employing CMake buildup system in our project >

[CMake] first WARNING message swallows all previous STATUS messages in cmake configure

2016-06-18 Thread Ilias Miroslav
Dear experts, we are employing CMake buildup system in our project http://www.diracprogram.org. We have a system of cmake files, many of them containing printouts in the form message(STATUS "...") . What happens, however, is when message (WARNING ...) appears