[CMake] Components not recognized with FindHDF5.cmake

2013-10-20 Thread Reza Housseini
Hello I try to find the hdf5 libraries, but it seems that the components are not recognized. I use FIND_PACKAGE(HDF5 COMPONENTS C CXX HL REQUIRED) but it only comes up with the libhdf5.so and doesn't detect libhdf5_cpp.so and libhdf5_hl.so. I also cleaned the whole build directory but withou

Re: [CMake] cmake-2.8.12: generator expression error when linker flags have comma

2013-10-20 Thread Jed Brown
David, your reply failed to set In-Reply-To or References headers, and is thus not threaded with the conversation it purports to reply to, meaning that it skipped my inbox. If this was not intentional, you may want to check your mail client settings. David Cole writes: > One question about the

Re: [CMake] cmake-2.8.12: generator expression error when linker flags have comma

2013-10-20 Thread Jed Brown
Stephen Kelly writes: > Jed Brown wrote: > >> I just upgraded from cmake-2.8.11.2 to 2.8.12 and now get errors when a >> comma ',' appears in a linker flag. Test case below. Note that this is >> but one of many reasons for a comma to appear in linker flags. > > I've pushed a fix candidate: > >

Re: [CMake] cmake-2.8.12: generator expression error when linker flags have comma

2013-10-20 Thread David Cole
I just upgraded from cmake-2.8.11.2 to 2.8.12 and now get errors when a comma ',' appears in a linker flag. Test case below. Note that this is but one of many reasons for a comma to appear in linker flags. ... Remember that the way to avoid bugs like this in the release is to test a rele

Re: [CMake] cmake-2.8.12: generator expression error when linker flags have comma

2013-10-20 Thread Stephen Kelly
Jed Brown wrote: > I just upgraded from cmake-2.8.11.2 to 2.8.12 and now get errors when a > comma ',' appears in a linker flag. Test case below. Note that this is > but one of many reasons for a comma to appear in linker flags. I've pushed a fix candidate: http://cmake.org/gitweb?p=cmake.git

[CMake] Seeking volunteer to host old dashboard machines

2013-10-20 Thread David Cole
If you can give a home, electricity and a wireless internet connection to "mirkwood" or "carrock" (older machines runnings Windows XP), please let me know. I'm moving from a 4-bedroom house with a full basement to a 2-bedroom apartment with NO basement so my basement machines have to go to a

Re: [CMake] cmake-2.8.12: generator expression error when linker flags have comma

2013-10-20 Thread Rolf Eike Beer
Am Sonntag, 20. Oktober 2013, 08:48:36 schrieb Jed Brown: > Nick Hutchinson writes: >> target_link_libraries() is supposed to work for linker flags as well: > This all works with earlier versions of CMake. Did 2.8.12 intentionally > break compatibility and forget to document it? This was for s

Re: [CMake] cmake-2.8.12: generator expression error when linker flags have comma

2013-10-20 Thread Jed Brown
Nick Hutchinson writes: > target_link_libraries() is supposed to work for linker flags as well: > > cmake version 2.8.12 > target_link_libraries >Link a target to given libraries. > > target_link_libraries( [item1 [item2 [...]]] >[[debug|optimize

Re: [CMake] cmake-2.8.12: generator expression error when linker flags have comma

2013-10-20 Thread Nick Hutchinson
target_link_libraries() is supposed to work for linker flags as well: cmake version 2.8.12 target_link_libraries Link a target to given libraries. target_link_libraries( [item1 [item2 [...]]] [[debug|optimized|general] ] ...) Specify librar

Re: [CMake] cmake-2.8.12: generator expression error when linker flags have comma

2013-10-20 Thread Rolf Eike Beer
Am Samstag, 19. Oktober 2013, 18:01:55 schrieb Jed Brown: > I just upgraded from cmake-2.8.11.2 to 2.8.12 and now get errors when a > comma ',' appears in a linker flag. Test case below. Note that this is > but one of many reasons for a comma to appear in linker flags. > > https://gist.github.co