mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-21 21:52:11 +00:00
fixing clang build failure
This commit is contained in:
parent
0995e853fa
commit
a624e1091e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue