From dbe23ca80932bcb6f122902ab6eaec6a3881ce0c Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 10 Dec 2025 19:55:27 +0500 Subject: [PATCH] FindPROJ - fix outputs description --- cmake/FindPROJ.cmake | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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