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

Dan Kegel dank at kegel.com
Wed Oct 21 15:54:44 EDT 2015


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
<chrisstankevitz at 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
>
> Thank you,
>
> Chris
> --
>
> 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


More information about the CMake mailing list