Re: [CMake] Asking CMake to setup compiler for c++11

2015-10-29 Thread Tamás Kenéz
gd.fraunhofer.de > > > -Original Message- > From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Dan Kegel > Sent: Wednesday, October 21, 2015 21:55 > To: Chris Stankevitz > Cc: cmake > Subject: Re: [CMake] Asking CMake to setup compiler for c++11 > > Som

Re: [CMake] Asking CMake to setup compiler for c++11

2015-10-29 Thread Mueller-Roemer, Johannes Sebastian
johannes.mueller-roe...@igd.fraunhofer.de | www.igd.fraunhofer.de -Original Message- From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Dan Kegel Sent: Wednesday, October 21, 2015 21:55 To: Chris Stankevitz Cc: cmake Subject: Re: [CMake] Asking CMake to setup compiler for c++11

Re: [CMake] Asking CMake to setup compiler for c++11

2015-10-21 Thread Chris Stankevitz
On Wed, Oct 21, 2015 at 2:18 PM, Craig Scott wrote: >> CMAKE_MINIMUM_REQUIRED(VERSION 3.1) >> SET(CMAKE_CXX_STANDARD 11) > http://crascit.com/2015/03/28/enabling-cxx11-in-cmake/ Dan, Craig: Thanks that's great news, Chris -- Powered by www.kitware.com Please keep messages on-topic and check

Re: [CMake] Asking CMake to setup compiler for c++11

2015-10-21 Thread Craig Scott
> -- Forwarded message -- > From: Dan Kegel > To: Chris Stankevitz > Cc: cmake > Date: Wed, 21 Oct 2015 12:54:44 -0700 > Subject: Re: [CMake] Asking CMake to setup compiler for c++11 > Something like > > CMAKE_MINIMUM_REQUIRED(VERSION 3.1) > SE

Re: [CMake] Asking CMake to setup compiler for c++11

2015-10-21 Thread Dan Kegel
Something like CMAKE_MINIMUM_REQUIRED(VERSION 3.1) SET(CMAKE_CXX_STANDARD 11) I think. On Wed, Oct 21, 2015 at 12:43 PM, Chris Stankevitz wrote: > Hi, > > Q: What is the "CMake way" to ask that the compiler be setup for c++11? > > FYI I could not find the answer at > https://cmake.org/cmake/hel

[CMake] Asking CMake to setup compiler for c++11

2015-10-21 Thread Chris Stankevitz
Hi, Q: What is the "CMake way" to ask that the compiler be setup for c++11? FYI I could not find the answer at https://cmake.org/cmake/help/v3.4/search.html?q=c%2B%2B11 Thank you, Chris -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.