Skip to content

Commit

Permalink
Merge pull request #1612 from antonio-rojas/patch-1
Browse files Browse the repository at this point in the history
Fix wrong variable name
  • Loading branch information
ghutchis authored Feb 11, 2024
2 parents dfbd6f6 + 6e2e84d commit 509ca48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avogadro/qtplugins/templatetool/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ avogadro_plugin(TemplateTool
)

# Install the fragments
set(_molecules "${AvogadroLibs_SOURCE_DIR}/../fragments")
set(_fragments "${AvogadroLibs_SOURCE_DIR}/../fragments")

# Look in parallel directory for the molecule fragment repository
if(NOT EXISTS "${_fragments}")
Expand Down

0 comments on commit 509ca48

Please sign in to comment.