Skip to content

Commit

Permalink
Added check for geos_c
Browse files Browse the repository at this point in the history
  • Loading branch information
Garrett Potts committed Nov 4, 2019
1 parent 5f991a3 commit 1c128e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CMakeModules/FindGEOS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ find_path( GEOS_INCLUDE_DIR geos_c.h
/usr/local/include)

# Find GEOS library:
find_library( GEOS_LIB NAMES geos
find_library( GEOS_LIB NAMES geos_c
PATHS
$ENV{GEOS_DIR}/lib
${GEOS_DIR}/lib
Expand Down

0 comments on commit 1c128e7

Please sign in to comment.