fixing clang build failure

This commit is contained in:
utsab 2019-03-21 20:43:58 +05:30 committed by Changming Sun
parent 0995e853fa
commit a624e1091e

View file

@ -10,7 +10,7 @@ include(CheckCXXCompilerFlag)
include(CheckLanguage)
# Set C++14 as standard for the whole project
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD 14 CACHE STRING "")
# General C# prperties
if (onnxruntime_BUILD_CSHARP)