Re: [CMake] How to set up user option defaults that depend on other user option defaults?

2006-11-06 Thread Alexander Neundorf
Original-Nachricht Datum: Mon, 06 Nov 2006 17:52:50 -0800 (PST) Von: "Alan W. Irwin" <[EMAIL PROTECTED]> An: cmake@cmake.org Betreff: [CMake] How to set up user option defaults that depend on other user option defaults? > With the PLplot CMake build system I am trying to set up

[CMake] How to set up user option defaults that depend on other user option defaults?

2006-11-06 Thread Alan W. Irwin
With the PLplot CMake build system I am trying to set up refined installation directories for our users that are similar to what they have previously used with the autotools configure script. Here is a subset of the CMake logic which illustrates the problem: set( CMAKE_INSTALL_EXEC_PREFIX ${CMA

[CMake] Re: Universal binaries

2006-11-06 Thread cmake
Hi, Just to let you know, I'm creating Mac OS X universal binaries for my Bullet Physics samples using CMake without problems. No QT is used, just GLUT, so it might be in the QT area. I use CMake creating Xcode projectfiles, and then just flag i386+ppc in the projectfile settings. http:

[CMake] Will there be an "official" (documented) version of cpack?

2006-11-06 Thread wedekind
Hello, I am using CMake 2.4.3 a little while now (on windows, linux, mac) and have just begun discovering CPack. I have managed to create a simple installer on a windows platform quite easily. But I am missing some kind of a CPack-documentation. At least a list of command line parameters like cmak