kalcohol opened a new issue #17692: cmake findable static linking configuration 
file(s) generation procedure was needed
URL: https://github.com/apache/incubator-mxnet/issues/17692
 
 
   ## Description
   - now making procedure could generate static linking lib libmxnet.a, but for 
end users, it's not easy to link all these large bunch of third party static 
libs together, sequence of these may need adjusted each time.
   - under some conditions, static linking is required, safety reasons for 
example
   
   ## References
   -  the wanted generation procedure just like OpenCV install procedure does, 
create an OpenCVConfig.cmake file and other module or third party .cmake files.
   - for end users, writing down find_package() and target_link_libraries() is 
all works, that's so easy.
   
   Good day everyone.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to