On Mon, Aug 20, 2012 at 5:16 PM, Daniel Pfeifer wrote:
> 2012/8/20 David Cole :
> > Call for CMake developers! Please adopt one or more of these bugs if you
> > can.
> >
> > The following 11 bugs are on the CMake 2.8.10 roadmap, but they are
> > UNASSIGNED. They do not have anybody actively workin
Bill Hoffman wrote:
> What generator is cmake picking in bootstrap?
>
> # Choose the generator to use for bootstrapping.
> if ${cmake_system_mingw}; then
># Bootstrapping from an MSYS prompt.
>cmake_bootstrap_generator="MSYS Makefiles"
> else
># Bootstrapping from a standard UNIX promp
Call for CMake developers! Please adopt one or more of these bugs if you
can.
The following 11 bugs are on the CMake 2.8.10 roadmap, but they are
UNASSIGNED. They do not have anybody actively working on them at the moment.
http://public.kitware.com/Bug/view.php?id=8170
http://public.kitware.c
On 08/19/2012 01:15 AM, Thomas Nilsson wrote:
> Cmake no longer defines WIN32 on Cygwin. That's alright. However, in the
> message you get when ccmake-ing it says:
>
> "or set the minimum required version of CMake to 2.8.4 or higher"
>
> I added
>
> cmake_minimum_required(VERSION 2.8
But with the attached patch, *duplicate* labels are possible, and that's
not desirable either. Could you make a patch that avoids duplicating labels
that are already represented by the previous block of code?
On Mon, Aug 20, 2012 at 9:19 AM, Kay-Uwe 'Kiwi' Lorenz
wrote:
> Hi all,
>
> If you are
That did the trick. Thanks!
On Sun, Aug 19, 2012 at 7:56 PM, Leif Walsh wrote:
> cmake --help-command set_target_properties
> cmake --help-property LINK_FLAGS
> cmake --help-variable CMAKE_EXE_LINKER_FLAGS
>
> I think this will get you started.
>
> Sent from my iPhone
>
> On Aug 19, 2012, at 19:
Hi all,
If you are using subprojects and you have test-only subprojects, cdash will
show the labels of them as "(none)".
Attached you find a patch of index.php against CDash 2.0.2, which add
labels for tests.
Kind regards, Kiwi
--
Kay-Uwe (Kiwi) Lorenz
IT Department
ModuleWorks GmbH
Ritterstr.
Am 2012-08-20 13:41, schrieb Daniel Dekkers:
Hi,
Having trouble finding Freetype with the find module shipped with
Cmake2.8.9-rc1:
SET( ENV{FREETYPE_DIR} ${DEVELOPMENT_ROOT}/freetype-2.4.6 )
FIND_PACKAGE( Freetype REQUIRED )
I can't see anything wrong with these lines?
Just guessing: does D
Hi,
Having trouble finding Freetype with the find module shipped with
Cmake2.8.9-rc1:
SET( ENV{FREETYPE_DIR} ${DEVELOPMENT_ROOT}/freetype-2.4.6 )
FIND_PACKAGE( Freetype REQUIRED )
I can't see anything wrong with these lines?
Thanks,
Daniel
--
Powered by www.kitware.com
On Saturday, 18. August 2012, 00:16:41, Edgar wrote:
> I have these problems -
> 1) Cmake cannot find ZLIB
> 2) Cmake cannot find LIBPNG
> There are some .cmake files named FindALLEGRO, and FindFREETYPE, and
> those work properly. Do I need to create similar cmake files for zlib
> and libpng?
Tho
10 matches
Mail list logo