Skip to content

Commit

Permalink
Fix a cmake issue with sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
houjun committed Nov 9, 2023
1 parent ad03b31 commit e807717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ endif()

if(PDC_ENABLE_SQLITE3)
add_definitions(-DENABLE_SQLITE3=1)
find_package(SQLite3 3.31.0< REQUIRED)
find_package(SQLite3 3.31.0 REQUIRED)
endif()

include_directories(
Expand Down

0 comments on commit e807717

Please sign in to comment.