[CMake] (no subject)

2013-08-29 Thread Thomas Taranowski
ent_log/CMakeFiles/event_log.dir/all] Error 2 Thomas Taranowski | 425-442-9209 | skype: thomas.taranowski | baringforge.com -- 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 C

Re: [CMake] Question about best practices for large Multi-stage builds

2013-08-26 Thread Thomas Taranowski
does mean you will then have to handle any platform > differences, etc. yourself (eg different library or executable prefixes and > suffixes). > > > > On Tue, Aug 27, 2013 at 7:36 AM, Matthew Woehlke < > matthew.woeh...@kitware.com> wrote: > >> On 2013-08-26 16:37,

Re: [CMake] Question about best practices for large Multi-stage builds

2013-08-26 Thread Thomas Taranowski
on running that can run the auto generate rule, and commit the difference to a review-only branch for inspection purposes. It's true that it could be accomplished by doing the all build, and grabbing the output after the build was complete, it just takes alot longer. Thomas Taranowski | 425-4

Re: [CMake] Question about best practices for large Multi-stage builds

2013-08-26 Thread Thomas Taranowski
Dan, How did you end up handling the precompiled dependencies? Did you use a dependency management system, such as ivy, or roll your own system? Thomas Taranowski | 425-442-9209 | skype: thomas.taranowski | baringforge.com On Mon, Aug 26, 2013 at 12:21 PM, Dan Kegel wrote: > On Mon, Aug

[CMake] Question about best practices for large Multi-stage builds

2013-08-26 Thread Thomas Taranowski
that then calls each subdirectories custom target of the same name, or is there some cmake feature that supports this that I have not yet discovered? Thomas Taranowski | 425-442-9209 | skype: thomas.taranowski | baringforge.com -- Powered by www.kitware.com Please keep messages on-topic and

Re: [CMake] CMAKE_C_FLAGS and CMAKE_C_COMPILER cross compilation woe

2013-05-15 Thread Thomas Taranowski
attribute forces the specified cflags to take effect. Thomas Taranowski Certified netburner consultant baringforge.com On Tue, May 14, 2013 at 11:55 AM, Andreas Mohr wrote: > Hi, > > On Tue, May 14, 2013 at 02:38:17PM -0400, cmake-requ...@cmake.org wrote: >> Date: Tue, 14 May

[CMake] CMAKE_C_FLAGS and CMAKE_C_COMPILER cross compilation woe

2013-05-14 Thread Thomas Taranowski
I am running into a situation when cross compiling where I cannot get cmake to emit the write CFLAGS for my cross-compilation toolchain correctly. If I force the C compiler, via the CMakeForceCompiler mechanism, the CMAKE_C_FLAGS do not get passed to gcc during the build. Example make VERBOSE=tru