[CMake] Problems with CMake 3.1.0-rc3 write_compiler_detection_header

2014-12-15 Thread NoRulez
Hello, I tried write_compiler_detection_header as in the example provided with VS2013 but i only get the following message: Unsupported compiler MSVC Any suggestions? Best Regards -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at:

Re: [CMake] Problems with CMake 3.1.0-rc3 write_compiler_detection_header

2014-12-15 Thread NoRulez
I see that only GNU and Clang is currently supported (set(compilers GNU Clang);) Is that right and would MSVC be added to the final 3.1.0 version? Thanks in advance Best Regards Am 15.12.2014 um 12:34 schrieb NoRulez noru...@me.com: Hello, I tried write_compiler_detection_header as in

Re: [CMake] Problems with CMake 3.1.0-rc3 write_compiler_detection_header

2014-12-15 Thread Daniel Schepler
:40 AM To: CMake MailingList Subject: Re: [CMake] Problems with CMake3.1.0-rc3 write_compiler_detection_header I see that only GNU and Clang is currently supported (set(compilers GNU Clang);) Is that right and would MSVC be added to the final 3.1.0 version? Thanks in advance Best

Re: [CMake] Problems with CMake 3.1.0-rc3 write_compiler_detection_header

2014-12-15 Thread Brad King
On 12/15/2014 08:40 AM, NoRulez wrote: I see that only GNU and Clang is currently supported (set(compilers GNU Clang);) Is that right and would MSVC be added to the final 3.1.0 version? This was a mistake in the documentation that was updated here: WCDH: Don't imply that MSVC is supported

Re: [CMake] Problems with CMake 3.1.0-rc3 write_compiler_detection_header

2014-12-15 Thread Brad King
On 12/15/2014 12:38 PM, Daniel Schepler wrote: Why would we need specific support for each compiler? One goal of the module is to avoid running dozens of compiler introspection tests for every new build tree. Compiler vendors document support for new language features in each release. There is

Re: [CMake] Problems with CMake 3.1.0-rc3 write_compiler_detection_header

2014-12-15 Thread NoRulez
Not supported in general or only in the rc/final 3.1.0? Because it would be very helpful for Features which are supported for e.g. in VS2010 to VS2014 and more. Best Regards Am 15.12.2014 um 18:49 schrieb Brad King brad.k...@kitware.com: On 12/15/2014 08:40 AM, NoRulez wrote: I see that

Re: [CMake] Problems with CMake 3.1.0-rc3 write_compiler_detection_header

2014-12-15 Thread Brad King
On 12/15/2014 04:07 PM, NoRulez wrote: Not supported in general or only in the rc/final 3.1.0? Support for MSVC was not included in the original contribution and will not be included in the 3.1 release. We welcome contribution of the MSVC support from anyone interested in providing it as new