Skip to content

Commit

Permalink
Update expected MD5 sum of database sql
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Nov 26, 2024
1 parent 99c4f03 commit 4407488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ set(ALL_SQL_IN "${CMAKE_CURRENT_BINARY_DIR}/all.sql.in")
set(PROJ_DB "${CMAKE_CURRENT_BINARY_DIR}/proj.db")
include(sql_filelist.cmake)

set(PROJ_DB_SQL_EXPECTED_MD5 "79e88859b5e194b02d45edf80e80ada9")
set(PROJ_DB_SQL_EXPECTED_MD5 "0491c73526276ee8e99fe8f4597f9565")

add_custom_command(
OUTPUT ${PROJ_DB}
Expand Down

0 comments on commit 4407488

Please sign in to comment.