Skip to content

Commit

Permalink
update font md5 sum (#7096)
Browse files Browse the repository at this point in the history
  • Loading branch information
greglandrum committed Jan 26, 2024
1 parent f1fd4dd commit 14c18d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/GraphMol/MolDraw2D/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (RDK_BUILD_FREETYPE_SUPPORT AND RDK_INSTALL_COMIC_FONTS)
set(needDownload "FALSE")
endif ()
if (needDownload)
set(MD5Sum "850b0df852f1cda4970887b540f8f333")
set(MD5Sum "b7fd0df73ad4637504432d72a0accb8f")
downloadAndCheckMD5("https://fonts.google.com/download?family=Comic%20Neue"
"${CMAKE_CURRENT_SOURCE_DIR}/Comic_Neue.zip"
${MD5Sum})
Expand Down

0 comments on commit 14c18d4

Please sign in to comment.