mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-11 17:48:34 +00:00
Revert "fixing clang build failure" (#1055)
Not needed any more. Because we don't build the date library. And Sheil says: "It’s a little bit intrusive for callers to be forced onto cpp14 just because they are consuming onnxruntime."
This commit is contained in:
parent
ef66395060
commit
f51b081ec2
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ include(CheckCXXCompilerFlag)
|
|||
include(CheckLanguage)
|
||||
|
||||
# Set C++14 as standard for the whole project
|
||||
set(CMAKE_CXX_STANDARD 14 CACHE STRING "")
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
|
||||
# General C# prperties
|
||||
if (onnxruntime_BUILD_CSHARP)
|
||||
|
|
|
|||
Loading…
Reference in a new issue