Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Apr 1, 2013
1 parent ccaaf60 commit 95e0e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -357,7 +357,7 @@ if(ORACLE_FOUND AND WITH_ORACLESPATIAL)
endif(ORACLE_FOUND AND WITH_ORACLESPATIAL)

if(ORACLE_FOUND AND WITH_ORACLE_PLUGIN)
add_library(maporacleplugin MODULE maporaclespatial.c mapstring.c)
add_library(maporacleplugin MODULE maporaclespatial.c)
target_link_libraries(maporacleplugin ${ORACLE_LIBRARY} ${MAPSERVER_LIBMAPSERVER})
set_target_properties(maporacleplugin PROPERTIES COMPILE_FLAGS -DUSE_ORACLE_PLUGIN)
set (USE_ORACLE_PLUGIN 1)
Expand Down

0 comments on commit 95e0e84

Please sign in to comment.