[cmake-developers] [CMake 0013448]: Cannot detect extensions of cpp files

2012-07-31 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13448 == Reported By:LynnKaye Assigned To: ===

Re: [cmake-developers] find_package without REQUIRED can cause fatal error now

2012-07-31 Thread Brad King
On 07/31/2012 03:54 PM, Alexander Neundorf wrote: > On Tuesday 31 July 2012, Brad King wrote: >> I think a better solution is to allow specific package locations >> to be explicitly disallowed by the user. This gives them an >> option to deal with broken packages if they are not an admin >> on the

Re: [cmake-developers] find_package without REQUIRED can cause fatal error now

2012-07-31 Thread Alexander Neundorf
On Tuesday 31 July 2012, Brad King wrote: ... > I think a better solution is to allow specific package locations > to be explicitly disallowed by the user. This gives them an > option to deal with broken packages if they are not an admin > on the machine capable of fixing it. They can already ri

Re: [cmake-developers] CMake, Xcode 4.4, and Mountain Lion

2012-07-31 Thread Brad King
On 07/30/2012 10:53 PM, Óscar Fuentes wrote: > Something related to this issue is being commented on the LLVM ml rigth > now: while searching for compilers, CMake prefers gcc over cc and that > is causing trouble: > > http://comments.gmane.org/gmane.comp.compilers.llvm.devel/52263 Thanks for poin

Re: [cmake-developers] find_package without REQUIRED can cause fatal error now

2012-07-31 Thread Brad King
On 07/31/2012 02:30 PM, Alexander Neundorf wrote: > On Tuesday 31 July 2012, Bill Hoffman wrote: >> I wonder if we could just disable fatal error at the start of >> find_package optional. Then turn it back on at the end. As I pointed out elsewhere in this thread fatal errors are just one way a fai

Re: [cmake-developers] find_package without REQUIRED can cause fatal error now

2012-07-31 Thread David Cole
On Tue, Jul 31, 2012 at 2:30 PM, Alexander Neundorf wrote: > On Tuesday 31 July 2012, Bill Hoffman wrote: > >> On 7/30/2012 3:38 PM, Alexander Neundorf wrote: > >> > The idea was that this is a sign of a broken install. > >> > > >> > Can you uninstall the vtk-devel package (does this exist ?), bec

Re: [cmake-developers] find_package without REQUIRED can cause fatal error now

2012-07-31 Thread Alexander Neundorf
On Tuesday 31 July 2012, Bill Hoffman wrote: > On 7/30/2012 3:38 PM, Alexander Neundorf wrote: > > The idea was that this is a sign of a broken install. > > > > Can you uninstall the vtk-devel package (does this exist ?), because it > > is broken, i.e. does not contain everything is claims to ? >

[cmake-developers] [CMake 0013447]: Symlinks unsupported by some filesystems (e.g: CIFS)

2012-07-31 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://cmake.org/Bug/view.php?id=13447 == Reported By:Declan White Assigned To: ===

[cmake-developers] SelectLibraryConfigurations

2012-07-31 Thread Rolf Eike Beer
Hi, I just did a "git grep optimized Modules/Find*" to search for any modules that add the optimized and debug keywords by hand. We have a module for that: SelectLibraryConfigurations.cmake. This has the advantage of e.g. taking care for the case that only one of the debug and release library t

Re: [cmake-developers] find_package without REQUIRED can cause fatal error now

2012-07-31 Thread Bill Hoffman
On 7/30/2012 3:38 PM, Alexander Neundorf wrote: The idea was that this is a sign of a broken install. Can you uninstall the vtk-devel package (does this exist ?), because it is broken, i.e. does not contain everything is claims to ? I understand that this is maybe not expected behaviour for an

[cmake-developers] [CMake 0013446]: find_package(Boost) does not map library paths correctly

2012-07-31 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13446 == Reported By:kdawgud Assigned To: