Skip to content

Commit

Permalink
set c++ 14 coding standard
Browse files Browse the repository at this point in the history
  • Loading branch information
tcaduser committed Dec 29, 2018
1 parent 887b17d commit d0e4f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OPTION(TCLMAIN "Build with TCL Interpreter" ON)
#Python 2 version is always build #Python 2 version is always build
OPTION(PYTHON3 "Build Python 3 Interpreter" OFF) OPTION(PYTHON3 "Build Python 3 Interpreter" OFF)


set (CMAKE_CXX_STANDARD 11) set (CMAKE_CXX_STANDARD 14)


SET (SUBDIRS SET (SUBDIRS
src src
Expand Down

0 comments on commit d0e4f33

Please sign in to comment.