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()
|
endif()
|
||||||
|
|
||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (NOT TARGET LogVisor)
|
if (NOT TARGET LogVisor)
|
||||||
|
|
Loading…
Reference in New Issue