Skip to content

Commit

Permalink
Merge pull request #4005 from dg0yt/patch-1
Browse files Browse the repository at this point in the history
Use find_dependency(SQLite3)
  • Loading branch information
rouault authored Jan 16, 2024
2 parents 86c4e75 + efc6c95 commit 343b4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/project-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if("@CURL_ENABLED@")
endif()
cmake_policy(POP)

find_package(SQLite3 REQUIRED)
find_dependency(SQLite3)

if(DEFINED PROJ_CONFIG_FIND_TIFF_DEP)
find_dependency(TIFF)
Expand Down

0 comments on commit 343b4fe

Please sign in to comment.