Re: [CMake] providing library information, what's the cmake way

2010-12-05 Thread Michael Hertling
On 12/01/2010 05:57 PM, Johannes Zarl wrote: On 12/01/2010 at 16:06, Michael Hertling mhertling at online.de wrote: FIND_PACKAGE(XXX COMPONENTS YYY) ... ADD_SUBDIRECTORY(subdir) ... TARGET_LINK_LIBRARIES(AAA ${XXX_LIBRARIES}) TARGET_LINK_LIBRARIES(BBB ${XXX_LIBRARIES} ${XXX_YYY_LIBRARIES})

Re: [CMake] providing library information, what's the cmake way

2010-12-05 Thread Michael Hertling
On 11/30/2010 05:53 AM, Kishore wrote: On Tuesday 23 Nov 2010 5:27:56 pm Johannes Zarl wrote: Another somehow related topic seems to be import/export of targets. Should a LibraryConfig.cmake or FindLibrary.cmake file create imported targets for the library? Thanks for this thread. It has

[CMake] ANN: CMake module for Mathematica

2010-12-05 Thread Sascha Kratky
Announcing: CMake module that finds a Mathematica installation and provides CMake functions for Mathematica's C/C++ interface. Features: * Works with Windows, Linux and Mac OS X versions of Mathematica. * Finds Mathematica versions from 5.2 to 8.0. * Finds include directories and libraries for

Re: [CMake] cmake PyQT/SIP

2010-12-05 Thread Michael Wild
On 12/05/2010 02:04 AM, luxInteg wrote: On Thursday 02 December 2010 07:48:55 Michael Wild wrote: Use ADD_CUSTOM_COMMAND. @Michael: that advice is not correct. add_custom_command sets up a command to be run at make time. Instead, the execute_process command should be used to run a

Re: [CMake] ANN: CMake module for Mathematica

2010-12-05 Thread Rolf Eike Beer
Am Sonntag, 5. Dezember 2010 schrieb Sascha Kratky: Announcing: CMake module that finds a Mathematica installation and provides CMake functions for Mathematica's C/C++ interface. Features: * Works with Windows, Linux and Mac OS X versions of Mathematica. * Finds Mathematica versions from

Re: [CMake] FindBoost: find both win32 and x64 static libs

2010-12-05 Thread Hicham Mouline
-Original Message- From: philiplow...@gmail.com [mailto:philiplow...@gmail.com] On Behalf Of Philip Lowman Sent: 05 December 2010 04:54 To: Hicham Mouline Cc: Philip Lowman; CMake mailing list Subject: Re: [CMake] FindBoost: find both win32 and x64 static libs On Saturday,

Re: [CMake] Wiki: version compatibility matrix

2010-12-05 Thread Philip Lowman
Wow. Thank you for making this. I think it will be a huge resource for CMake users. Nothing is more annoying than having to track down when something was added, or not realizing that the behavior that you rely upon did not exist in a previous version. On Saturday, December 4, 2010, Johannes