Skip to content

Commit

Permalink
Merge pull request #104 from DUNE/feature/fix-CI-build
Browse files Browse the repository at this point in the history
Update CI builds to use new Makefiles
  • Loading branch information
LiamOS authored May 3, 2024
2 parents 69e664a + af5553e commit 5433733
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ ROOT_INC = $(shell root-config --cflags)
GEANT4_LIBS = $(shell geant4-config --libs)
GEANT4_INC = $(shell geant4-config --prefix)/include/

CLHEP_LIBS = $(shell clhep-config --libs)
CLHEP_INC = $(shell clhep-config --prefix)/include/

ifndef CLHEP_INC # If not defined, normal build.
CLHEP_INC = $(shell clhep-config --prefix)/include
CLHEP_LIBS = $(shell clhep-config --libs)
Expand Down

0 comments on commit 5433733

Please sign in to comment.