Currently it is not possible to do
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.
Currently it is not possible to do
in the cmake configuration of a package that would like to use LCFIPlus without writing a dedicated
FindLCFIPlus.cmakefile. It would be nice if LCFIPlus could instead export and install the necessaryLCFIPlusConfig.cmakeandLCFIPlusVersion.cmakefiles, since it is much easier to generate them during the build.