Skip to content

Commit 0627211

Browse files
committed
fix #8082
1 parent 65b0cd9 commit 0627211

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cmake/FindGEOS.cmake

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ IF(WIN32)
2828
"$ENV{LIB_DIR}/lib"
2929
$ENV{LIB}
3030
)
31-
IF (GEOS_LIBRARY)
32-
SET (
33-
GEOS_LIBRARY
34-
GEOS_LIBRARY;odbc32;odbccp32
35-
CACHE STRING INTERNAL)
36-
ENDIF (GEOS_LIBRARY)
3731
ENDIF (MSVC)
3832

3933
ELSE(WIN32)

0 commit comments

Comments
 (0)