Skip to content
Snippets Groups Projects

[cmake] extract bottom block from config.h.cmake

Merged Tobias Malkmus requested to merge feature/FS1713-add-config_h-bottom-section into master
  1. Dec 08, 2015
    • Tobias Malkmus's avatar
      [cmake] extract bottom block from config.h.cmake · c35b018a
      Tobias Malkmus authored
      For dune-grid a bottom section is needed to place the Grid Type magic at the bottom of the config.h
      file in derived modules.
      
      In this patch a /* begin bottom */ ... /* end bottom */ block from each module's config.h.cmake file is extracted and placed
      at the end of the collected config.h file.
      
      This resolves the problems from FS#1713.
      c35b018a
Loading