Skip to content

Commit

Permalink
Add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Feb 5, 2024
1 parent d5df81c commit c8736ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/k4simdelphes/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def cmake_args(self):
self.define_from_variant("BUILD_PYTHIA_READER", "delphes_pythia"),
self.define_from_variant("BUILD_HEPMC_READER", "delphes_hepmc"),
self.define_from_variant("BUILD_EVTGEN_READER", "delphes_pythia_evtgen"),
f"-DCMAKE_CXX_STANDARD={self.spec['root'].variants['cxxstd'].value}"
f"-DCMAKE_CXX_STANDARD={self.spec['root'].variants['cxxstd'].value}",
"-DUSE_EXTERNAL_CATCH2=ON",
"-DBUILD_TESTING={0}".format(self.run_tests),
]
Expand Down

0 comments on commit c8736ed

Please sign in to comment.