[cmake-developers] C|CXX Standards Handling

2015-09-16 Thread Daniel Wirtz
Hello CMake Developers, i've recently encountered an issue with the CMake [CMAKE_]C_STANDARD settings. (same for CXX) For initial background see http://public.kitware.com/pipermail/cmake/2015-September/061546.html Basically, CMake silently continues to configure past any

Re: [cmake-developers] C|CXX Standards Handling

2015-09-16 Thread Stephen Kelly
Brad King wrote: > On 09/16/2015 03:56 AM, Daniel Wirtz wrote: >> Basically, CMake silently continues to configure past any >> set(CMAKE_C_STANDARD ) command even if CMake does >> not have any information on the necessary flags for the current compiler. > > For reference, this was discussed

Re: [cmake-developers] C|CXX Standards Handling

2015-09-16 Thread Brad King
On 09/16/2015 03:56 AM, Daniel Wirtz wrote: > Basically, CMake silently continues to configure past any > set(CMAKE_C_STANDARD ) command even if CMake does > not have any information on the necessary flags for the current compiler. For reference, this was discussed during the original design in