Re: [CMake] opencl and visual studio

2014-07-15 Thread Boxer, Aaron
Thanks for your suggestions. I like the first options. So, how may I create a cmake build rule to do this? Thanks, Aaron From: outlook_f942cba43dcb6...@outlook.com [mailto:outlook_f942cba43dcb6...@outlook.com] On Behalf Of Nagy-Egri Máté Ferenc Sent: Monday, July 14, 2014 4:11 PM To: Boxer, Aa

[CMake] Fails for Solaris

2014-07-15 Thread Amos
No matter if I use GNU or workshop compilers, the initial config fails: CC supports member templates CC has standard template specialization syntax CC has argument dependent lookup CC has struct stat with st_mtim member CC has ios::binary openmode CC has ANSI for scoping --

Re: [CMake] Install CMake3.0 as alternate

2014-07-15 Thread Nils Gladitz
On 07/15/2014 02:31 PM, Bradley Lowekamp wrote: Hello, Is there a way I can configure CMake when I build it so it's executable with have a "3" or "3.0" suffix, so that I can easily have multiple version of cmake installed into "/usr/local"? I am looking for something similar to python's altin

[CMake] Install CMake3.0 as alternate

2014-07-15 Thread Bradley Lowekamp
Hello, Is there a way I can configure CMake when I build it so it's executable with have a "3" or "3.0" suffix, so that I can easily have multiple version of cmake installed into "/usr/local"? I am looking for something similar to python's altinstall or gcc's "program-suffix" option. Thanks,

Re: [CMake] [Cdash] Show results from the bullseye coverage in CDash

2014-07-15 Thread David Cole via CMake
>> There is an option (which should be on by default) in the >> "Miscellaneous" section of the project settings, which is >> called: "Show coverage code". > Thanks, this solves the problem. The option wasn't checked. The option should be *OFF* by default. If the intent is not to show your code (

Re: [CMake] [Cdash] Show results from the bullseye coverage in CDash

2014-07-15 Thread NoRulez
Thanks, this solves the problem. The option wasn't checked. Best Regards > Am 15.07.2014 um 08:32 schrieb Julien Jomier : > > There is an option (which should be on by default) in the "Miscellaneous" > section of the project settings, which is called: "Show coverage code". Can > you make sure