Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake: add DEAL_II_CGAL_HAS_DEPRECATED_BOOST_INCLUDES check #13927

Merged
merged 2 commits into from
Jun 8, 2022

Commits on Jun 8, 2022

  1. CMake: refactor boost define into config.h.in

    In order to work around the newest set of deprecated header warnings
    (this time triggered by CGAL including a deprecated header :-(() I would
    otherwise have to add this #define dance at 5 different other places.
    
    Instead, it is cleaner to simply give up and define the macro globally.
    
    The configure checks will ensure that the macro is only ever defined if
    needed.
    tamiko committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    5f3a9d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    458cfc1 View commit details
    Browse the repository at this point in the history