Re: [CMake] Reusing configuration

2010-10-12 Thread Fred Fred
Oct 2010 10:22:00 -0400 > Subject: Re: [CMake] Reusing configuration > > I usually have something along these lines in my ParaView Plugins > CMake files: > > # > INCLUDE_

Re: [CMake] Reusing configuration

2010-10-12 Thread Michael Jackson
comes from how cmake build makefiles since the last line should indicate it where to find the header files: INCLUDE_DIRECTORIES(/ParaView-3.8.1/VTK) > Subject: Re: [CMake] Reusing configuration > From: them...@gmail.com > Date: Tue, 12 Oct 2010 13:45:32 +0200 > CC: cmake@cmake.org

Re: [CMake] Reusing configuration

2010-10-12 Thread Fred Fred
: INCLUDE_DIRECTORIES(/ParaView-3.8.1/VTK) > Subject: Re: [CMake] Reusing configuration > From: them...@gmail.com > Date: Tue, 12 Oct 2010 13:45:32 +0200 > CC: cmake@cmake.org > To: stan1...@hotmail.fr > > You'll have to ask on the ParaView list as to why this file isn't include

Re: [CMake] Reusing configuration

2010-10-12 Thread Michael Wild
> vtkMarchingCubesCases.h: Aucun fichier ou dossier de ce type > > > From: stan1...@hotmail.fr > To: them...@gmail.com > Date: Mon, 11 Oct 2010 17:29:37 +0200 > CC: cmake@cmake.org > Subject: Re: [CMake] Reusing configuration > > > > > > > >

Re: [CMake] Reusing configuration

2010-10-12 Thread Fred Fred
fichier ou dossier de ce type From: stan1...@hotmail.fr To: them...@gmail.com Date: Mon, 11 Oct 2010 17:29:37 +0200 CC: cmake@cmake.org Subject: Re: [CMake] Reusing configuration Of course, I did it actually but I hoped that the cmake configuration could handle it by itself. Anyway, let us go

Re: [CMake] Reusing configuration

2010-10-11 Thread Fred Fred
is I get a compilation erreur since the file does not exist in the dev binary distrib. So does it mean that it is necessary to instal the PV VTK dir too? > Subject: Re: [CMake] Reusing configuration > From: them...@gmail.com > Date: Mon, 11 Oct 2010 17:18:45 +0200 > CC: cmake

Re: [CMake] Reusing configuration

2010-10-11 Thread Michael Wild
on top, but it > does not change anything. > >> Subject: Re: [CMake] Reusing configuration >> From: them...@gmail.com >> Date: Mon, 11 Oct 2010 17:04:22 +0200 >> CC: cmake@cmake.org >> To: stan1...@hotmail.fr >> >> Well, the line with the "s

Re: [CMake] Reusing configuration

2010-10-11 Thread Fred Fred
Actually I did already make the test, ie putting this line on top, but it does not change anything. > Subject: Re: [CMake] Reusing configuration > From: them...@gmail.com > Date: Mon, 11 Oct 2010 17:04:22 +0200 > CC: cmake@cmake.org > To: stan1...@hotmail.fr > > Well, t

Re: [CMake] Reusing configuration

2010-10-11 Thread Michael Wild
gin.cxx) > > SET(ParaView_DIR /ParaView-Development-3.8.1-Linux-i686/lib/paraview-3.8) > > Any help? > >> Subject: Re: [CMake] Reusing configuration >> From: them...@gmail.com >> Date: Mon, 11 Oct 2010 16:02:51 +0200 >> CC: dresche...@gmail.com; cmake@cmake.

Re: [CMake] Reusing configuration

2010-10-11 Thread Michael Wild
On 11. Oct, 2010, at 15:47 , Fred Fred wrote: > > So it is impossible to just extract the options from the environment config > data. > But you suggestion is fine although it requires some work lol > Thx > >> Date: Mon, 11 Oct 2010 09:42:24 -0400 >> Subject: Re:

Re: [CMake] Reusing configuration

2010-10-11 Thread Fred Fred
So it is impossible to just extract the options from the environment config data. But you suggestion is fine although it requires some work lol Thx > Date: Mon, 11 Oct 2010 09:42:24 -0400 > Subject: Re: [CMake] Reusing configuration > From: dresche...@gmail.com > To: stan1...@hot

Re: [CMake] Reusing configuration

2010-10-11 Thread John Drescher
On Mon, Oct 11, 2010 at 9:32 AM, Fred Fred wrote: > Hello, > I suppose this question has already been asked here but I did not find any > trace of it, including in the wiki. > My students want to install PV at home and they need to build it from source > in order to extend it. > They do have a ver

[CMake] Reusing configuration

2010-10-11 Thread Fred Fred
Hello, I suppose this question has already been asked here but I did not find any trace of it, including in the wiki. My students want to install PV at home and they need to build it from source in order to extend it. They do have a version installed at the university and, since configuring and