Skip to content

Commit

Permalink
Fix for cmake error on GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chryswoods committed Dec 6, 2023
1 parent 4a26299 commit a622b28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wrapper/Convert/SireGemmi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ if (${gemmi_FOUND})
if (${GEMMI_LIBRARY} MATCHES "\\.a$")
message( STATUS "GEMMI_LIBRARY is a static library." )
message( STATUS "We can only link against the dynamic library." )
unset(gemmi_FOUND)
message( STATUS "Disabling gemmi PDBx/mmCIF support.")
set(gemmi_FOUND FALSE)
endif()
endif()

Expand Down

0 comments on commit a622b28

Please sign in to comment.