mirror of https://github.com/AxioDL/nod.git
Enable C++14
This commit is contained in:
parent
f686816ad3
commit
c81ced7392
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue