Skip to content
Snippets Groups Projects
Commit 67354896 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: superbuild: don't use geos dll on msvc

parent d1676020
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ else()
set(_SB_${proj}_INCLUDE_DIR ${SB_INSTALL_PREFIX}/include)
if(WIN32)
set(_SB_${proj}_LIBRARY ${SB_INSTALL_PREFIX}/bin/geos.dll)
set(_SB_${proj}_LIBRARY ${SB_INSTALL_PREFIX}/lib/geos.lib)
elseif(UNIX)
set(_SB_${proj}_LIBRARY ${SB_INSTALL_PREFIX}/lib/libgeos${CMAKE_SHARED_LIBRARY_SUFFIX})
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment