Skip to content

Commit

Permalink
Merge pull request #1671 from MehdiChinoune/patch-1
Browse files Browse the repository at this point in the history
Fix building Qt Plugins without spglib (USE_SPGLIB=OFF)
  • Loading branch information
ghutchis authored Jun 26, 2024
2 parents f458375 + 6deffdf commit 8055bbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion avogadro/qtplugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ if(USE_VTK)
add_subdirectory(plotpdf)
add_subdirectory(plotrmsd)
add_subdirectory(plotxrd)
add_subdirectory(yaehmop)
if(USE_SPGLIB)
add_subdirectory(yaehmop)
endif()
endif()

# script plugins (input generators, etc.)
Expand Down

0 comments on commit 8055bbb

Please sign in to comment.