mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 08:29:37 +00:00
10 lines
293 B
Diff
10 lines
293 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -520,7 +520,6 @@
|
|
else()
|
|
add_library(onnx ${ONNX_SRCS})
|
|
endif()
|
|
-set_target_properties(onnx PROPERTIES CXX_VISIBILITY_PRESET hidden)
|
|
set_target_properties(onnx PROPERTIES VISIBILITY_INLINES_HIDDEN ON)
|
|
|
|
target_include_directories(onnx PUBLIC
|