Skip to content

Commit

Permalink
Enable C++14
Browse files Browse the repository at this point in the history
  • Loading branch information
Antidote committed Oct 20, 2015
1 parent f686816 commit c81ced7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(NODLib)
endif()

if(NOT MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
endif()

if (NOT TARGET LogVisor)
Expand Down

0 comments on commit c81ced7

Please sign in to comment.