File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -462,13 +462,13 @@ if(WITH_SDE_PLUGIN)
462
462
if (SDE_INCLUDE_DIR AND SDE_LIBRARY_DIR )
463
463
include_directories (${SDE_INCLUDE_DIR} )
464
464
if (SDE_VERSION STREQUAL "91" )
465
- add_library (msplugin_sde91 MODULE mapsde.c mapthread.c )
466
- target_link_libraries (msplugin_sde91 ${SDE_LIBRARY_DIR} /pe91.lib ${SDE_LIBRARY_DIR} /sg91.lib ${SDE_LIBRARY_DIR} /sde91.lib ${MAPSERVER_LIBMAPSERVER} )
467
- set_target_properties (msplugin_sde91 PROPERTIES COMPILE_FLAGS "-DUSE_SDE" )
465
+ add_library (msplugin_sde_91 MODULE mapsde.c mapthread.c )
466
+ target_link_libraries (msplugin_sde_91 ${SDE_LIBRARY_DIR} /pe91.lib ${SDE_LIBRARY_DIR} /sg91.lib ${SDE_LIBRARY_DIR} /sde91.lib ${MAPSERVER_LIBMAPSERVER} )
467
+ set_target_properties (msplugin_sde_91 PROPERTIES COMPILE_FLAGS "-DUSE_SDE -DUSE_SDE_PLUGIN " )
468
468
else (SDE_VERSION STREQUAL "91" )
469
- add_library (msplugin_sde92 MODULE mapsde.c mapthread.c )
470
- target_link_libraries (msplugin_sde92 ${SDE_LIBRARY_DIR} /pe.lib ${SDE_LIBRARY_DIR} /sg.lib ${SDE_LIBRARY_DIR} /sde.lib ${MAPSERVER_LIBMAPSERVER} )
471
- set_target_properties (msplugin_sde92 PROPERTIES COMPILE_FLAGS "-DUSE_SDE" )
469
+ add_library (msplugin_sde_92 MODULE mapsde.c mapthread.c )
470
+ target_link_libraries (msplugin_sde_92 ${SDE_LIBRARY_DIR} /pe.lib ${SDE_LIBRARY_DIR} /sg.lib ${SDE_LIBRARY_DIR} /sde.lib ${MAPSERVER_LIBMAPSERVER} )
471
+ set_target_properties (msplugin_sde_92 PROPERTIES COMPILE_FLAGS "-DUSE_SDE -DUSE_SDE_PLUGIN " )
472
472
endif (SDE_VERSION STREQUAL "91" )
473
473
set (USE_SDE_PLUGIN 1 )
474
474
else (SDE_INCLUDE_DIR AND SDE_LIBRARY_DIR )
You can’t perform that action at this time.
0 commit comments