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:
Changming Sun 2019-05-29 14:03:22 -07:00 committed by GitHub
parent ef66395060
commit f51b081ec2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)