Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
updated submodules to latest stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
vaclavblazek committed Oct 20, 2022
1 parent 38c5106 commit c201db9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion externals/libgeo
2 changes: 1 addition & 1 deletion externals/libimgproc
4 changes: 2 additions & 2 deletions mapproxy/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ find_package(OpenCV REQUIRED)

find_package(GDAL REQUIRED)
include_directories(SYSTEM ${GDAL_INCLUDE_DIR})
find_package(Proj REQUIRED)
find_package(PROJ REQUIRED)
include_directories(${PROJ_INCLUDE_DIR})
find_package(GeographicLib REQUIRED)
include_directories(${GeographicLib_INCLUDE_DIR})
Expand Down Expand Up @@ -68,7 +68,7 @@ include_directories(${ICU_INCLUDE_DIRS})
enable_python(3)
include_directories(${PYTHONLIBS_INCLUDE_DIRS})

find_package(TinyXML2 REQUIRED)
find_package(tinyxml2 REQUIRED)
include_directories(${TINYXML2_INCLUDE_DIR})

find_package(Markdown REQUIRED)
Expand Down

0 comments on commit c201db9

Please sign in to comment.