Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Schweitz <[email protected]>
  • Loading branch information
schweitzpgi committed Nov 22, 2024
1 parent f547ec1 commit e1b2591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targettests/lit.site.cfg.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ config.targets_to_build = "@TARGETS_TO_BUILD@"
config.excludes = ["@CUDAQ_EXTRA_CONFIG_EXCLUDES@"]
config.pipefail = False

config.cudaq_backend_braket = "@ENABLE_ANYON_BACKEND@"
config.cudaq_backend_anyon = "@ENABLE_ANYON_BACKEND@"
if cmake_boolvar_to_bool(config.cudaq_backend_anyon):
config.available_features.add('anyon')
config.substitutions.append(('%anyon_avail', 'true'))
Expand Down

0 comments on commit e1b2591

Please sign in to comment.