Skip to content

Commit

Permalink
FindPROJ.cmake: proj_experimental;h -> proj_experimental.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 20, 2024
1 parent 05855d5 commit 7a96e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgeotiff/cmake/FindPROJ.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ IF(WIN32)
ENDIF()
ENDIF(WIN32)

FIND_PATH(PROJ_INCLUDE_DIR proj.h proj_experimental;h
FIND_PATH(PROJ_INCLUDE_DIR proj.h proj_experimental.h
PATHS ${PROJ_OSGEO4W_HOME}/include
DOC "Path to PROJ library include directory")

Expand Down

0 comments on commit 7a96e38

Please sign in to comment.