Skip to content

Instantly share code, notes, and snippets.

@ruslo
Created June 13, 2016 09:30
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 ruslo/69938b4112547817f7758ce68d0772a0 to your computer and use it in GitHub Desktop.
Save ruslo/69938b4112547817f7758ce68d0772a0 to your computer and use it in GitHub Desktop.
Set c++11
string(COMPARE NOTEQUAL "${CMAKE_TOOLCHAIN_FILE}" "" has_toolchain)
if(has_toolchain)
set(CMAKE_CXX_STANDARD_REQUIRED YES)
set(CMAKE_CXX_STANDARD 11)
endif()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment