Skip to content

Commit

Permalink
style: ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Nov 13, 2023
1 parent 38fd43a commit 9ce03db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algorithms/clas12/fiducial_cuts/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ algo_lib = shared_library(
dependencies: services_dep,
link_with: services_lib,
install: true,
install_rpath: project_lib_rpath,
install_dir: project_lib_install_dir,
install_rpath: project_lib_rpath,
)

install_headers(algo_headers, subdir : meson.project_name())

0 comments on commit 9ce03db

Please sign in to comment.