mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
fix build break (#5306)
This commit is contained in:
parent
507f5bf5f6
commit
fec890a09a
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ file(GLOB onnxruntime_flatbuffers_srcs CONFIGURE_DEPENDS
|
|||
source_group(TREE ${REPO_ROOT} FILES ${onnxruntime_flatbuffers_srcs})
|
||||
|
||||
add_library(onnxruntime_flatbuffers ${onnxruntime_flatbuffers_srcs})
|
||||
install(DIRECTORY ${PROJECT_SOURCE_DIR}/../include/onnxruntime/core/flatbuffers DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/onnxruntime/core)
|
||||
onnxruntime_add_include_to_target(onnxruntime_flatbuffers onnx flatbuffers)
|
||||
if(onnxruntime_ENABLE_INSTRUMENT)
|
||||
target_compile_definitions(onnxruntime_flatbuffers PUBLIC ONNXRUNTIME_ENABLE_INSTRUMENT)
|
||||
|
|
|
|||
Loading…
Reference in a new issue