Re: [CMake] A configure script solution

2008-06-24 Thread J
On Tue, 2008-06-24 at 21:19 +0200, Alexander Neundorf wrote: > On Tuesday 24 June 2008, J wrote: > > Greetings all! > > > > I've been sold on cmake. From what I gather, it's hands down better than > > automake and family. However, I do have a problem with not having a > > configure script. > > > >

Re: [CMake] A configure script solution

2008-06-24 Thread Alexander Neundorf
On Tuesday 24 June 2008, J wrote: > Greetings all! > > I've been sold on cmake. From what I gather, it's hands down better than > automake and family. However, I do have a problem with not having a > configure script. > > A couple of the main benefits of having a configure script are letting > the

Re: [CMake] Fwd: Generating debian package using cmake (take 2)

2008-06-24 Thread Doug Gregor
On Mon, Jun 23, 2008 at 2:20 PM, Mathieu Malaterre <[EMAIL PROTECTED]> wrote: > Just FYI, I have started working on integrating the new components > stuff in the debian package generation. Great! Please tell me if you run into any cases where the design of the CPack components system fails to supp

Re: [CMake] A configure script solution

2008-06-24 Thread Bill Hoffman
J wrote: There was a bug with the kde4 packages in hardy where it didn't include ccmake, which is probably why I didn't check it out. It definitely seems to do the trick for what I'm looking for. Thanks so much guys I appreciate it! There is always cmake -i, which does a question and answer t

Re: [CMake] A configure script solution

2008-06-24 Thread J
There was a bug with the kde4 packages in hardy where it didn't include ccmake, which is probably why I didn't check it out. It definitely seems to do the trick for what I'm looking for. Thanks so much guys I appreciate it! j On Tue, 2008-06-24 at 12:46 -0400, Corrin Meyer wrote: > On Tue, Jun 2

Re: [CMake] A configure script solution

2008-06-24 Thread Mike Jackson
One way to get the "optional" packages compiled is to add something like the following to your cmakelists.txt file: OPTION(BUILD_FOO "Option to build Foo subproject" ON) OPTION(BUILD_BAR "option to build Bar subproject" OFF) IF (BUILD_FOO) ADD_SUBDIRECTORY( ${Foo_Dir} ) ENDIF (BUILD_FOO) IF

Re: [CMake] A configure script solution

2008-06-24 Thread Timenkov Yuri
On Tuesday 24 June 2008 20:27:53 J wrote: > Greetings all! > > I've been sold on cmake. From what I gather, it's hands down better than > automake and family. However, I do have a problem with not having a > configure script. > > A couple of the main benefits of having a configure script are lett

Re: [CMake] A configure script solution

2008-06-24 Thread Corrin Meyer
On Tue, Jun 24, 2008 at 12:27 PM, J <[EMAIL PROTECTED]> wrote: > Greetings all! > > I've been sold on cmake. From what I gather, it's hands down better than > automake and family. However, I do have a problem with not having a > configure script. > > A couple of the main benefits of having a config

[CMake] A configure script solution

2008-06-24 Thread J
Greetings all! I've been sold on cmake. From what I gather, it's hands down better than automake and family. However, I do have a problem with not having a configure script. A couple of the main benefits of having a configure script are letting the user/package maintainer choose portions of a pro

[CMake] Test Post - Please Ignore

2008-06-24 Thread Mike Jackson
Sorry for the noise.. Just trying to troubleshoot something with gmail... -- Mike Jackson imikejackson & gmail * com ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake