> ---------- Forwarded message ----------
> From: Dan Kegel <d...@kegel.com>
> To: Chris Stankevitz <chrisstankev...@gmail.com>
> Cc: cmake <cmake@cmake.org>
> 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)
> SET(CMAKE_CXX_STANDARD 11)
>
> I think.
>
> On Wed, Oct 21, 2015 at 12:43 PM, Chris Stankevitz
> <chrisstankev...@gmail.com> 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/help/v3.4/search.html?q=c%2B%2B11
> >
>
>
Dan's answer is heading down the right track. Unfortunately, there is some
unexpected behaviour in certain situations, such as when the compiler
doesn't actually support C++11. For a full explanation of how to set up for
C++11, see this article:

http://crascit.com/2015/03/28/enabling-cxx11-in-cmake/


-- 
Craig Scott
Melbourne, Australia
http://crascit.com
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to