Re: [CMake] [cmake-developers] CMake: need developer help / adopt a bug

2012-08-20 Thread David Cole
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

Re: [CMake] CMake Digest, Vol 100, Issue 40

2012-08-20 Thread LM
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

[CMake] CMake: need developer help / adopt a bug

2012-08-20 Thread 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 working on them at the moment. http://public.kitware.com/Bug/view.php?id=8170 http://public.kitware.c

Re: [CMake] Cmake on Cgwin and WIN32 (actually cmake_minimum_required)

2012-08-20 Thread Brad King
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

Re: [CMake] A patch for CDash to display labels from test-subprojects

2012-08-20 Thread David Cole
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

Re: [CMake] -fwhole-program with GCC

2012-08-20 Thread Yi Ding
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:

[CMake] A patch for CDash to display labels from test-subprojects

2012-08-20 Thread Kay-Uwe 'Kiwi' Lorenz
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.

Re: [CMake] Finding Freetype on Windows

2012-08-20 Thread Rolf Eike Beer
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

[CMake] Finding Freetype on Windows

2012-08-20 Thread 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? Thanks, Daniel -- Powered by www.kitware.com

Re: [CMake] Total cmake newbie needs some help

2012-08-20 Thread Johannes Zarl
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