Skip to content

Commit

Permalink
Remove commented-out macOS-specific target sources and custom command…
Browse files Browse the repository at this point in the history
…s in FetchOnnxruntime.cmake
  • Loading branch information
royshil committed Nov 5, 2024
1 parent 0a5ed1e commit 6356856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FetchOnnxruntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if(APPLE)
$<BUILD_INTERFACE:${ONNXRUNTIME_INCLUDE_DIRS}>
$<INSTALL_INTERFACE:include>
)
target_sources(Ort INTERFACE "${Onnxruntime_LIB}")
# target_sources(Ort INTERFACE "${Onnxruntime_LIB}")
# set_property(SOURCE "${Onnxruntime_LIB}" PROPERTY MACOSX_PACKAGE_LOCATION Frameworks)
# source_group("Frameworks" FILES "${Onnxruntime_LIB}")
# add_custom_command(
Expand Down

0 comments on commit 6356856

Please sign in to comment.