Skip to content
Snippets Groups Projects
  1. Feb 10, 2022
  2. Feb 08, 2022
    • Lars Bilke's avatar
      [cmake] Refactored (and fixed) processes setup logic. · 738086e3
      Lars Bilke authored and Dmitri Naumov's avatar Dmitri Naumov committed
      Before:
      
      One could use the CMake variables `OGS_BUILD_PROCESSES` or
      `OGS_BUILD_PROCESS_XYZ` but behavior was not consistent when switching
      back and forth and using both methods. Also building multiple
      processes via `OGS_BUILD_PROCESSES` was broken.
      
      Changed:
      
      - Removed `OGS_BUILD_PROCESS_XYZ` options.
      - Use `OGS_BUILD_PROCESSES` with the following values:
        - ON  -> All processes are built.
        - OFF -> Disable all processes.
        - Select a single process by name, e.g. `TH2M`.
        - Give a ;-separated list of processes, e.g. '"THM;TH2M"'
      - `OGS_BUILD_PROCESSES` can be set via ccmake or cmake-gui with a
        convenient dropdown, although setting multiple processes can only be
        done via the cli!
      738086e3
  3. Jan 24, 2022
  4. Jan 20, 2022
  5. Oct 04, 2021
  6. Sep 28, 2021
  7. Jul 02, 2021
  8. May 28, 2021
  9. May 27, 2021
  10. May 11, 2021
  11. May 09, 2021
  12. Mar 18, 2021
  13. Feb 19, 2021
  14. Jan 13, 2021
  15. Dec 18, 2020
  16. Nov 30, 2020
  17. Aug 19, 2020
  18. Aug 17, 2020
  19. Aug 06, 2020
  20. Jul 16, 2020
  21. Jul 15, 2020
  22. Jul 03, 2020
  23. Jul 02, 2020
  24. Jun 29, 2020
  25. Jun 24, 2020
  26. Jun 23, 2020
  27. Jun 05, 2020
Loading