Skip to content

Cmake veccore style

Vitalii Drohan requested to merge cmake_veccore_style into master

This will allow to

  1. change backends after install as in VecCore
  2. use project from subdir in user project

Since this can be used from source I propose to add it to geantV in the form of

  1. git submodule (this will allow us to manage versions easily) or
  2. download it when we generate cmake file for geantV(IMO not very effective)

Including it inside geantV as a builtin will simplify introduction of this dependency to geantV CI system

Edited by Vitalii Drohan

Merge request reports