[cmake-developers] Using the internal Code::Blocks builder
Benjamin Eikel
cmake at eikel.org
Mon Sep 10 02:37:06 EDT 2012
Am Sonntag, 9. September 2012 um 20:02:37 schrieb Peter Kümmel:
> On 09.09.2012 19:50, Benjamin Eikel wrote:
> > Dear CMake developers,
> >
> > I looked at the output of "<my CMake build>/bin/cmake
> > --system-information" with the Unix Makefiles generator and the new
> > Code::Blocks generator. For the new Code::Blocks generator, the
> > variables CMAKE_LIBRARY_ARCHITECTURE (and the analogous ones for the
> > languages), CMAKE_${LANG}_IMPLICIT_LINK_DIRECTORIES, and
> > CMAKE_${LANG}_IMPLICIT_LINK_LIBRARIES are empty. They are not empty for
> > the Unix Makefiles generator. I have searched the place where they are
> > set and tried to trace it back to the generator code. But I still have
> > not found it. Can you tell me what I have to do to make these variables
> > get the same content when using the new Code::Blocks generator?
>
> When you are looking for some cmake variables you should also search in the
> Modules/ folder not only C++ files in Source/, because cmake by itself uses
> cmake files.
Yes, thanks, but I knew that. I have found these variables there. But as
stated before, I cannot find the place where the other generator somehow
triggers that these variables are set and my generator does not.
>
> > Kind regards
> > Benjamin
> > --
> >
> > 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
>
> --
>
> 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
More information about the cmake-developers
mailing list