diff --git a/cmake/FindPROJ.cmake b/cmake/FindPROJ.cmake index 7b9b2c4c8f..ce6956517c 100644 --- a/cmake/FindPROJ.cmake +++ b/cmake/FindPROJ.cmake @@ -5,9 +5,8 @@ # If input variables are not specified, try to find PROJ config. # Input variables could also be provided as environment variables. # -# Output variables: -# - `PROJ_INCLUDE_DIR` -# - `PROJ_LIBRARIES` +# Output targets: +# - `PROJ::proj` # # To avoid cyclic calls to this file