Re: [CMake] How to force the configure step to start over

2010-11-13 Thread Andreas Mohr
Hi, On Tue, Nov 02, 2010 at 06:03:57PM -0400, cmake-requ...@cmake.org wrote: > Message: 4 > Date: Tue, 2 Nov 2010 14:45:35 -0400 > From: David Cole > Subject: Re: [CMake] How to force the configure step to start over > To: tmp > Cc: cmake@cmake.org > Message-ID: > > Content-Type: text/pla

Re: [CMake] header files with visual studio

2010-11-13 Thread Oliver kfsone Smith
Michael Hertling said the following on 11/11/2010 5:23 AM: Clearly, the downside is the usage of an external dependency scanner. Yep, but radically better than having to try and manually duplicate/recreate/maintain the dependency list :) Thank you for your posts :) - Oliver _

Re: [CMake] header files with visual studio

2010-11-13 Thread Oliver kfsone Smith
Eric Noulard said the following on 11/11/2010 5:53 AM: Having a lot of source code re-use from "source modules" that can be shared between several projects is off course a necessary goal when your source code base grows and the set of projects using those goes along the same curve. My experience

Re: [CMake] postBuildInstallation howto

2010-11-13 Thread Michael Hertling
On 11/13/2010 08:06 PM, luxInteg wrote: > Greetings, > > I am learning cmake > > > --I want to know how to set the installation directory tree. Is this done > in the CMakeList.txt in the base directory; if not where and how? IIRC, the INSTALL() command with the FILES, PROGRAMS and DIRECTORY

[CMake] postBuildInstallation howto

2010-11-13 Thread luxInteg
Greetings, I am learning cmake --I want to know how to set the installation directory tree. Is this done in the CMakeList.txt in the base directory; if not where and how? --I want to install man pages, TEX files etc, I checked this http://www.cmake.org/Wiki/CMake:Install_Commands but di

Re: [CMake] How to install openbabel python bindings by using the new cmake installer (problem selecting a particular python version).

2010-11-13 Thread Marcus D. Hanwell
On Nov 13, 2010, at 8:57 AM, Michael Hertling wrote: > On 11/12/2010 02:13 PM, Hector Martinez-Seara wrote: >> Dear all, >> I'm trying to install openbabel in linux which in its last version >> (2.3.0) uses cmake installer. I haven't been able to compile it with >> biddings with python 3.1 when us

Re: [CMake] How to install openbabel python bindings by using the new cmake installer (problem selecting a particular python version).

2010-11-13 Thread Michael Hertling
On 11/12/2010 02:13 PM, Hector Martinez-Seara wrote: > Dear all, > I'm trying to install openbabel in linux which in its last version > (2.3.0) uses cmake installer. I haven't been able to compile it with > biddings with python 3.1 when using the -DPYTHON_BINDINGS=ON option. I > have python 2.7 and