Skip to content

Commit 3f45009

Browse files
Merge pull request #689 from PetrilloAtWork/feature/gp_v10python
Python interfaces to LArSoft [5/5]
2 parents 32bf47f + 8ad3ee6 commit 3f45009

File tree

9 files changed

+102
-2152
lines changed

9 files changed

+102
-2152
lines changed

sbndcode/gallery/galleryAnalysis/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ find_package(lardataalg REQUIRED)
8686
find_package(lardataobj REQUIRED)
8787
find_package(larcorealg REQUIRED)
8888
find_package(larcoreobj REQUIRED)
89-
find_package(sbnobj REQUIRED)
9089
find_package(sbnanaobj REQUIRED)
90+
find_package(sbnobj REQUIRED)
9191
find_package(sbncode REQUIRED)
9292
find_package(sbndcode REQUIRED)
9393
find_package(fhiclcpp REQUIRED)

sbndcode/gallery/python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# We follow the pattern of `icarusutil`:
1+
# We follow the pattern of `larbatch`:
22
# we in principle distinguish executable and non-executable (module) python files.
33
# The former are installed with execute permission.
44
# The latter are installed without execute permission.

0 commit comments

Comments
 (0)