Skip to content

Remove the dependency of TrackBase on Geant3 #1609

Description

@YanzhaoW

Is your feature request related to a problem? Please describe.

Hi,

I am installing FairSoft without Geant3 library and found out that the TrackBase in FairRoot would not compile if Geant3 doesn't exist:

if(Geant3_FOUND)
add_subdirectory(geane)
add_subdirectory(trackbase)
endIf()

But looking at the trackbase/CMakeLists.txt, I didn't find any explicit dependencies on Geant3 from TrackBase library.

Would it be possible to compile TrackBase even if Geant3 doesn't exist?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions