You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 necessaryLCFIPlusConfig.cmake
andLCFIPlusVersion.cmake
files, since it is much easier to generate them during the build.The text was updated successfully, but these errors were encountered: