[CMake] how to execute install target from XCode ?

2006-11-15 Thread Alexander Neundorf
Hi, we have a cmake XCode project which has an install target, but when "building" it from within XCode, it doesn't work since the user doesn't have enough permissions to install to the specified destination. What's the recommended way to do this ? Thanks Alex -- Der GMX SmartSurfer hilft bis

Re: [CMake] Suggestion for CMake platform/compiler detection

2006-11-15 Thread Tanguy Krotoff
Alexander Neundorf wrote: so did OpenWengo now officially switch to CMake ? Yes we are switching, still some minor work to do I end up creating a framework (set of macros) above CMake that simplifies the writing of CMakeLists.txt (we have more than 100 CMakeLists.txt) + adds some features h

Re: [CMake] bug ? issue with EXPORT_LIBRARY_DEPENDENCIES

2006-11-15 Thread Bill Hoffman
Christian Ehrlicher wrote: vcproj generator seems to work, but not NMake/MinGW Makefiles. Christian Is CMAKE_BUILD_TYPE given a value? -Bill ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] bug ? issue with EXPORT_LIBRARY_DEPENDENCIES

2006-11-15 Thread Bill Hoffman
Bill Hoffman wrote: Christian Ehrlicher wrote: vcproj generator seems to work, but not NMake/MinGW Makefiles. Christian Is CMAKE_BUILD_TYPE given a value? -Bill Never mind, it is broken -Bill ___ CMake mailing list CMake@cmake.org http://ww

Re: [CMake] bug ? issue with EXPORT_LIBRARY_DEPENDENCIES

2006-11-15 Thread Christian Ehrlicher
Von: Bill Hoffman <[EMAIL PROTECTED]> > Bill Hoffman wrote: > > Christian Ehrlicher wrote: > >>> vcproj generator seems to work, but not NMake/MinGW Makefiles. > >>> > >>> Christian > > Is CMAKE_BUILD_TYPE given a value? > > > > -Bill > > > Never mind, it is broken > Maybe the testcase missed

[CMake] [CPACK]: How to put release and debug files in _one_ package?

2006-11-15 Thread wedekind
Hello all, is it possible to create an installer package with CPack that contains both release and debug installations of a software? I have seen from the CVS' source code that currently there is an option CPACK_BUILD_CONFIG, which seems to default to "Release". Can I set this to another value (A

Re: [CMake] Suggestion for CMake platform/compiler detection

2006-11-15 Thread Brandon J. Van Every
Alexander Neundorf wrote: CMake has some of that. It has for OS: UNIX APPLE WIN32 CYGWIN MINGW Cygwin is not an OS, it's a compiler. The Bash that comes with Cygwin provides a filesystem environment. Oftentimes when people compile on Windows in open source land, what they really want / n

Re: [CMake] Suggestion for CMake platform/compiler detection

2006-11-15 Thread Bill Hoffman
Brandon J. Van Every wrote: Alexander Neundorf wrote: CMake has some of that. It has for OS: UNIX APPLE WIN32 CYGWIN MINGW Cygwin is not an OS, it's a compiler. The Bash that comes with Cygwin provides a filesystem environment. Oftentimes when people compile on Windows in open source lan

Re: [CMake] What is the status of CMake on DJGPP?

2006-11-15 Thread Alan W. Irwin
On 2006-11-13 15:19-0500 Bill Hoffman wrote: Alan W. Irwin wrote: One of the PLplot developers has been maintaining a special DJGPP build of PLplot for some time, and I was wondering if it would be possible for him to use our existing CMake build system instead? [...]If CMake is expected to w