Skip to content

Commit

Permalink
don't search for C++ GEOS lib with MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
gillins authored and jef-n committed Feb 4, 2021
1 parent d293765 commit a2bc597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindGEOS.cmake
Expand Up @@ -24,7 +24,7 @@ IF(WIN32)

IF (MSVC)
FIND_PATH(GEOS_INCLUDE_DIR geos_c.h $ENV{LIB_DIR}/include $ENV{INCLUDE})
FIND_LIBRARY(GEOS_LIBRARY NAMES geos geos_c_i geos_c PATHS
FIND_LIBRARY(GEOS_LIBRARY NAMES geos_c_i geos_c PATHS
"$ENV{LIB_DIR}/lib"
$ENV{LIB}
)
Expand Down

0 comments on commit a2bc597

Please sign in to comment.