Hi Everybody,
I have been using DEAL_II_LIBRARIES and related variables from deal.IIConfig.cmake to build Python extensions against deal.II. These variables do not seem to be available any longer in installed .cmake files, unless I am missing something? However, they are still documented as existing and available for external use according to the User CMake configuration page for users
and for developers
It looks like these variables stopped being exported as of version 9.5.0 due to this commit:
which deleted the relevant lines from cmake/config/
Config.cmake.in. I can't seem to find a specific discussion of this change in the release notes
Is retaining these variables a possibility? Or is there some reason the use of these variables (DEAL_II_INCLUDE_DIRS, DEAL_II_LIBRARIES_DEBUG, ...) should be discontinued by users, in favor of some alternative...?
Thanks and regards
Alex