Monday, 9 September 2013

CMake and C++11 compilers support

CMake and C++11 compilers support

Is there any C++11 compiler detection built in CMake? I would like to
avoid to do some trick ADD_DEFINITIONS(-std=C++11), or something else for
each compiler.

No comments:

Post a Comment