Skip to content
Snippets Groups Projects
  1. Jan 08, 2024
  2. Jan 03, 2024
  3. Jan 02, 2024
  4. Dec 26, 2023
  5. Dec 22, 2023
    • Lionel GUEZ's avatar
      Fetch cmake modules at configure-time · 4fab07f3
      Lionel GUEZ authored
      Instead of using a submodule. See Scott (2023 k1077, § 39.6.2 "Sharing
      CMake Modules And Commands"). The drawbacks are: the directory cmake
      is duplicated in each build directory; configuration requires a
      network connection. The advantages are: it is easier to download the
      project without git; we can more easily package a release.
      4fab07f3
  6. Dec 21, 2023
  7. Dec 20, 2023
  8. Dec 01, 2023
  9. Nov 30, 2023
  10. Nov 28, 2023
  11. Nov 23, 2023
  12. Nov 22, 2023
  13. Nov 21, 2023
    • Lionel GUEZ's avatar
      Add CMake maximum version · 57d364d9
      Lionel GUEZ authored
      Installation has been tested with CMake `3.27`. Adding the maximum
      version rids us of a warning message concerning policy CMP0144.
      57d364d9
Loading