Re: [CMake] problem w/ "find_package"_ makefile does not always compile

2011-01-03 Thread Nizar Khalifa Sallem
At Sun, 2 Jan 2011 22:15:56 +0100, ny wrote: > > ** Apologies for double-posting my earlier message got truncated ** > > greetings! > > I spent enough time trying to make the software work, > so I'd be happy to get some feedback:: > I built research code written in (templated) c++, size is appro

Re: [CMake] Delivery target

2011-01-05 Thread Nizar Khalifa Sallem
At Wed, 5 Jan 2011 11:44:59 +0100, Reinhard Thies wrote: > > Hi, > > i like to create a custom target "delivery" which depends on package and > simply copies the package file using scp to our server. > > Any ideas are apreciated. > > Thx, > Reinhard > __

[CMake] suspicious behaviour of FindPkgConfig

2011-01-06 Thread Nizar Khalifa Sallem
Hi all, I am getting in trouble with the FindPkgConfig module. Here is a piece of rather bigger CMakeLists.txt file that doesn't success to find Doxygen although installed on the machine(ubuntu 10.4, cmake 2.8.3) # $Id$ # # -

Re: [CMake] suspicious behaviour of FindPkgConfig

2011-01-07 Thread Nizar Khalifa Sallem
; > > > cmake_minimum_required(VERSION 2.6.4 FATAL_ERROR) > > > > project(test CXX C) > > > > find_package(flann) > > if(FLANN_FOUND) > > set(HAVE_FLANN YES) > > include_directories(${FLANN_INCLUDE_DIRS}) > > list(APPEND LIBS ${FLANN_LI

Re: [CMake] RUNTIME_OUTPUT_DIRECTORY_ has no effect

2011-01-07 Thread Nizar Khalifa Sallem
At Fri, 07 Jan 2011 11:11:18 +0100, Martin Magnusson wrote: > > I'm having trouble setting the runtime output directory, especially with > multiple configurations. > > I'm using CMake 2.8 on Ubuntu 10.04, with gcc. > > My current root CMakeLists.txt contains > SET( EXECUTABLE_OUTPUT_PATH ${PROJE

Re: [CMake] RUNTIME_OUTPUT_DIRECTORY_ has no effect

2011-01-07 Thread Nizar Khalifa Sallem
At Fri, 07 Jan 2011 13:08:44 +0100, Martin Magnusson wrote: > > 2011-01-07 12:07, Nizar Khalifa Sallem skrev: > > At Fri, 07 Jan 2011 11:11:18 +0100, > > Martin Magnusson wrote: > >> > >> I'm having trouble setting the runtime output directory, esp

Re: [CMake] Restrictions on where a binary can be put?

2011-01-09 Thread Nizar Khalifa Sallem
At Sun, 9 Jan 2011 21:09:37 +0100, Andreas Pakulat wrote: > > [1 ] > On 09.01.11 21:05:21, Andreas Pakulat wrote: > > On 09.01.11 14:24:16, Michael Hertling wrote: > > > On 01/09/2011 12:58 PM, Andreas Pakulat wrote: > > > > Hi, > > > > > > > > I'm having a bit of a problem here changing the run

Re: [CMake] Restrictions on where a binary can be put?

2011-01-09 Thread Nizar Khalifa Sallem
At Sun, 09 Jan 2011 21:42:49 +0100, Michael Hertling wrote: > > On 01/09/2011 09:09 PM, Andreas Pakulat wrote: > > On 09.01.11 21:05:21, Andreas Pakulat wrote: > >> On 09.01.11 14:24:16, Michael Hertling wrote: > >>> On 01/09/2011 12:58 PM, Andreas Pakulat wrote: > Hi, > > I'm havin

Re: [CMake] Restrictions on where a binary can be put?

2011-01-09 Thread Nizar Khalifa Sallem
.org] On Behalf Of > Michael Hertling > Sent: Sunday, January 09, 2011 4:27 PM > To: cmake@cmake.org > Subject: Re: [CMake] Restrictions on where a binary can be put? > > On 01/09/2011 09:47 PM, Nizar Khalifa Sallem wrote: > > At Sun, 09 Jan 2011 21:42:49 +0100, > > Micha

Re: [CMake] Restrictions on where a binary can be put?

2011-01-09 Thread Nizar Khalifa Sallem
At Sun, 9 Jan 2011 16:50:35 -0500, Martin O'Brien wrote: > > Sorry, Nizar - I unintentionally hijacked the thread. I wasn't commenting > on your problem. > > My bad, > > mm > > -----Original Message- > From: Nizar Khalifa Sallem [mailto:nksal...@la

Re: [CMake] From autotools to cmake for existing project

2011-01-11 Thread Nizar Khalifa Sallem
At Tue, 11 Jan 2011 12:40:03 + (GMT), Carlos Lopez Gonzalez wrote: > > Hi! > I'd like to use cmake on our project (Synfig - http://synfig.org) > Currently it uses autotools and pkconfig to prepare the code to the build and > install processes. It is a C++/gtkmm application. Currently it build