Changeset: 9ad000cb0f71 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/9ad000cb0f71 Modified Files: cmake/Modules/FindProj.cmake Branch: geo-update Log Message:
Fixed CMake file to find proj lib diffs (12 lines): diff --git a/cmake/Modules/FindProj.cmake b/cmake/Modules/FindProj.cmake --- a/cmake/Modules/FindProj.cmake +++ b/cmake/Modules/FindProj.cmake @@ -5,7 +5,7 @@ # PROJ_LIBRARIES - List of libraries when using proj. # PROJ_FOUND - True if proj found. -find_path(PROJ_INCLUDE_DIR NAMES proj_api.h) +find_path(PROJ_INCLUDE_DIR NAMES proj.h) find_library(PROJ_LIBRARIES NAMES proj) include(FindPackageHandleStandardArgs) _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
