--- CMakeLists.txt.orig 2026-06-17 03:46:58 UTC +++ CMakeLists.txt @@ -517,7 +517,7 @@ add_dependencies(onnx onnx_proto) add_library(onnx $) add_subdirectory(onnx) add_dependencies(onnx onnx_proto) -set_target_properties(onnx PROPERTIES CXX_VISIBILITY_PRESET hidden) +#set_target_properties(onnx PROPERTIES CXX_VISIBILITY_PRESET hidden) add_onnx_global_defines(onnx) if(ONNX_BUILD_PYTHON)