lcfiplus / LCFIPlus

Flavor tagging code for ILC detectors
https://confluence.slac.stanford.edu/display/ilc/LCFIPlus
GNU General Public License v3.0
6 stars 19 forks source link

LCFIPlus should provide a cmake config for downstream usage #56

Open tmadlener opened 3 years ago

tmadlener commented 3 years ago

Currently it is not possible to do

find_package(LCFIPlus)

in the cmake configuration of a package that would like to use LCFIPlus without writing a dedicated FindLCFIPlus.cmake file. It would be nice if LCFIPlus could instead export and install the necessary LCFIPlusConfig.cmake and LCFIPlusVersion.cmake files, since it is much easier to generate them during the build.

tomohikosan commented 3 years ago

we'll have to outsource this to the ilcsoft experts

tomohikosan commented 3 years ago

@tmadlener Do you think you can help us with the improvement you suggest?

tmadlener commented 3 years ago

Hi @tomohikosan,

Apologies for the delayed response. I can help with this issue. I can look into this and open a pull request with the necessary changes, unless you prefer to do this yourself and then I do a review.