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
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,
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
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
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
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
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