Skip to content

Instantly share code, notes, and snippets.

@madduci
Created December 24, 2014 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save madduci/a22a170765914f7aef27 to your computer and use it in GitHub Desktop.
Save madduci/a22a170765914f7aef27 to your computer and use it in GitHub Desktop.
Enabling C++11 features
#Enables C++11 features
IF(CMAKE_COMPILER_IS_GNUCXX)
SET(CMAKE_CXX_FLAGS "-std=gnu++11")
ENDIF()
SET(CMAKE_COLOR_MAKEFILE ON)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment