mirror of
https://github.com/AxioDL/nod.git
synced 2025-07-15 09:36:05 +00:00
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…
x
Reference in New Issue
Block a user