From a624e1091ef2d2b7bda329165cedf12d96475fd4 Mon Sep 17 00:00:00 2001 From: utsab Date: Thu, 21 Mar 2019 20:43:58 +0530 Subject: [PATCH] fixing clang build failure --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 63ccf6a0fe..6620efb481 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -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)