Re: Re: [CMake] cmake_*_compile_flags doubt

2006-06-18 Thread Alexander Neundorf
Original-Nachricht Datum: Sat, 17 Jun 2006 19:52:45 -0400 Von: Vikas Kumar <[EMAIL PROTECTED]> An: cmake@cmake.org Betreff: Re: [CMake] cmake_*_compile_flags doubt > On 6/17/06, Brad King <[EMAIL PROTECTED]> wrote: > > > > Use SET_TARGET_PROPERTIES to set the COMPILE_FLAGS prope

Re: [CMake] using CMAKE_BUILD_WITH_INSTALL_RPATH

2006-06-18 Thread Craig Bradney
On Tuesday 30 May 2006 17:21, Iker Arizmendi wrote: > Explicitly setting CMAKE_SKIP_RPATH to OFF > addressed the problem. > > Thanks, > Iker > > Brad King wrote: > > Iker Arizmendi wrote: > >> What is the correct way to set the install RPATH under > >> CMake 2.4.2? At the moment I do the following

Re: Re: [CMake] using CMAKE_BUILD_WITH_INSTALL_RPATH

2006-06-18 Thread Alexander Neundorf
Original-Nachricht Datum: Sun, 18 Jun 2006 14:07:46 +0200 Von: Craig Bradney <[EMAIL PROTECTED]> An: cmake@cmake.org Betreff: Re: [CMake] using CMAKE_BUILD_WITH_INSTALL_RPATH > On Tuesday 30 May 2006 17:21, Iker Arizmendi wrote: > > Explicitly setting CMAKE_SKIP_RPATH to OFF > >

Re: [CMake] using CMAKE_BUILD_WITH_INSTALL_RPATH

2006-06-18 Thread Craig Bradney
On Sunday 18 June 2006 18:07, Alexander Neundorf wrote: > Original-Nachricht > Datum: Sun, 18 Jun 2006 14:07:46 +0200 > Von: Craig Bradney <[EMAIL PROTECTED]> > An: cmake@cmake.org > Betreff: Re: [CMake] using CMAKE_BUILD_WITH_INSTALL_RPATH > > > On Tuesday 30 May 2006 17:21, Iker

[CMake] Putting moc and uic files in separate folders/filters (Visual Studio)

2006-06-18 Thread Patrick Noffke
Is it possible to put the generated files (moc_*.cxx and ui_*.h) in their own filters in VS 2005 Express Edition? When I add headers or cpp/cxx files using ADD_EXECUTABLE or ADD_LIBRARY, they are all lumped in the "Header Files" or "Source Files" filters, respectively. Since I have to add moc-

[CMake] Finding Boost for Windows and Linux.

2006-06-18 Thread Andrew Maclean
Bill, If you think it is generally OK and useful to people, tell me what improvements are needed before it would be eligible for inclusion in the modules directory of CMake.  I have had a go at writing a FindBoost.cmake file (attached). It tries to find where the boost includes are using "educated