Incubator-mxnet: cmake findable static linking configuration file(s) generation procedure was needed

Created on 26 Feb 2020  路  2Comments  路  Source: apache/incubator-mxnet

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.

CMake Feature request

Most helpful comment

@kalcohol would you like to add this feature? If you can work on it, we can resolve it quickly. Otherwise it may take some more time before this issue gets resolved

You can refer to https://cliutils.gitlab.io/modern-cmake/chapters/install/installing.html

i will try, it seems that i was caught in a trap of my own making.

All 2 comments

@kalcohol would you like to add this feature? If you can work on it, we can resolve it quickly. Otherwise it may take some more time before this issue gets resolved

You can refer to https://cliutils.gitlab.io/modern-cmake/chapters/install/installing.html

@kalcohol would you like to add this feature? If you can work on it, we can resolve it quickly. Otherwise it may take some more time before this issue gets resolved

You can refer to https://cliutils.gitlab.io/modern-cmake/chapters/install/installing.html

i will try, it seems that i was caught in a trap of my own making.

Was this page helpful?
0 / 5 - 0 ratings