>> Could be. I too am a non-expert. CMake doesn't seem to output the
>> command lines it executes, or if it does then Buildbot ignores it. This
>> is the view from Buildbot's IO log:
>> 
<snip blah>
>> 
>> Can I make CMake more verbose? The IO log above contains the command
>> line executed by Buildbot ("cd cmake && make all && cd ..").
>
>You can run cmake and then:
>
>make VERBOSE=1
>
>to see the flags.

Thanks! I'll insert that into the builder configuration, sighup the
buildmaster and force a build. Then we'll smell what CMake is cookin'.
_______________________________________________
Powered by www.kitware.com

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

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

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to