[cmake-developers] [CMake][BUG] Ensure C based tests do not used C++ syntax

2015-09-25 Thread CHEVRIER, Marc
Hi, I encountered some problems validating a CMake build on AIX using IBM xlc/xlC compilers. The problem comes from the fact that, by default, C compiler does not recognized C++-Style comments. So, attached is a patch ensuring that sources compiling with a C compiler have C-Style comments

Re: [cmake-developers] [CMake][BUG] Ensure C based tests do not used C++ syntax

2015-09-25 Thread Brad King
On 09/25/2015 09:20 AM, CHEVRIER, Marc wrote: > patch ensuring that sources compiling with a C compiler have C-Style comments Thanks, applied: Tests: Use C-Style comments in C sources and headers http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4eb77a1c -Brad -- Powered by