Skip to content

Commit

Permalink
[astyle] set C++ version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 3, 2017
1 parent 33b0103 commit 0e7163b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/travis/code_layout/CMakeLists.txt
Expand Up @@ -2,6 +2,8 @@

CMAKE_MINIMUM_REQUIRED(VERSION 2.8.6)

SET(CMAKE_CXX_STANDARD 11)

ADD_SUBDIRECTORY(../../../src/astyle qgisstyle)

ENABLE_TESTING()
Expand Down

0 comments on commit 0e7163b

Please sign in to comment.