Upgrade c++ version with 14

Change-Id: Idbb80f1208a06dfbf91f6214929719833a622004
This commit is contained in:
Kamil Diedrich
2018-07-09 13:32:11 +02:00
committed by sys_ocldev
parent ab7920ba14
commit 142e52224d
2 changed files with 13 additions and 12 deletions

View File

@@ -73,8 +73,8 @@ if(NOT IGDRCL_BINARY_DIR)
set(IGDRCL_BINARY_DIR ${CMAKE_BINARY_DIR})
endif()
# we use c++11
set(CMAKE_CXX_STANDARD 11)
# we use c++14
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
# we force using response files