Skip to content
Snippets Groups Projects
  1. Apr 22, 2021
    • Tobias Triffterer's avatar
      Fix Building ROOT · a236540e
      Tobias Triffterer authored
      The check if the compilation results from ROOT exist run during cmake
      and not make, so in a fresh build directory it will always fail.
      
      This removes these unfulfillable checks and creates the required
      directories so the targets can be created.
      a236540e
  2. Apr 21, 2021
  3. Apr 20, 2021
  4. Apr 19, 2021
  5. Apr 16, 2021
  6. Apr 15, 2021
  7. Apr 14, 2021
    • Tobias Triffterer's avatar
      Switch to C++17 · a3c9a79c
      Tobias Triffterer authored
      Apparently the ROOT version we use is recent enough to support C++17 (my
      previous knowledge was that C++14 was the maximum), therefore we use
      C++17 throughout the project.
      a3c9a79c
    • Tobias Triffterer's avatar
      Add ROOT as Submodule · 7ae1c65e
      Tobias Triffterer authored
      The stable release of ROOT – as of today 6.22/08 – is hereby added as a
      submodule so that the project can be built independently from the host
      environment and also on a Flatpak SDK and on Windows.
      7ae1c65e
    • Tobias Triffterer's avatar
      Add ROOT Dependency · 7e128ffe
      Tobias Triffterer authored
      Adds a dependency on ROOT and the package discovery for it.
      
      For now, the ROOT installation on the host system will be used, but the
      option to have a fixed version of ROOT as a git submodule is underway.
      7e128ffe
    • Tobias Triffterer's avatar
      Use correct Directory when determining Version · ae5a34bb
      Tobias Triffterer authored
      If SOURCE_DIR is used, the submodule will read the version of the
      superproject.
      ae5a34bb
    • Tobias Triffterer's avatar
      Adapt Versioning to Submodule Usage · 9281b1db
      Tobias Triffterer authored
      CURRENT_SOURCE_DIR should be used instead of SOURCE_DIR to make sure
      that the script also works when the project is used as a submodule.
      9281b1db
Loading