Skip to content

Commit

Permalink
Use find_dependency(SQLite3)
Browse files Browse the repository at this point in the history
Amends OSGeo#3987.
  • Loading branch information
dg0yt authored Jan 16, 2024
1 parent 86c4e75 commit efc6c95
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 efc6c95

Please sign in to comment.