Skip to content

Commit

Permalink
[root] Fix thinko
Browse files Browse the repository at this point in the history
  • Loading branch information
greenc-FNAL committed May 22, 2024
1 parent abc8e88 commit 8e4fbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/root/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ def cmake_args(self):
options.append(define_from_variant("tmva-sofie"))

if self.spec.satisfies("@:6.30"):
define_from_variant("minuit2", "minuit"),
options.append(define_from_variant("minuit2", "minuit"))

# #################### Compiler options ####################

Expand Down

0 comments on commit 8e4fbb0

Please sign in to comment.