Skip to content

Commit

Permalink
fix 79572de
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Mar 27, 2021
1 parent 7f2c7c8 commit 65a3cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindProj.cmake
Expand Up @@ -85,7 +85,7 @@ IF (PROJ_FOUND)
MESSAGE(STATUS "Found Proj: ${PROJ_LIBRARY} version ${PROJ_VERSION_MAJOR} ${PROJ_VERSION_STR}")
ENDIF (NOT PROJ_FIND_QUIETLY)

INCLUDE_DIRECTORIES(SYSTEM BEFORE ${PROJ_INCLUDE_DIR})
INCLUDE_DIRECTORIES(BEFORE SYSTEM ${PROJ_INCLUDE_DIR})
ADD_DEFINITIONS(-DPROJ_VERSION_MAJOR=${PROJ_VERSION_MAJOR})

ELSE (PROJ_FOUND)
Expand Down

0 comments on commit 65a3cb6

Please sign in to comment.