Skip to content

Commit 1c128e7

Browse files
author
Garrett Potts
committed
Added check for geos_c
1 parent 5f991a3 commit 1c128e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/CMakeModules/FindGEOS.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ find_path( GEOS_INCLUDE_DIR geos_c.h
3434
/usr/local/include)
3535

3636
# Find GEOS library:
37-
find_library( GEOS_LIB NAMES geos
37+
find_library( GEOS_LIB NAMES geos_c
3838
PATHS
3939
$ENV{GEOS_DIR}/lib
4040
${GEOS_DIR}/lib

0 commit comments

Comments
 (0)