Skip to content

Commit

Permalink
set geocoder default to off
Browse files Browse the repository at this point in the history
  • Loading branch information
plevy authored May 1, 2020
1 parent 6c0ed14 commit af93218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ IF(TRACY_FOUND AND ENABLE_PROFILING)
ENDIF(TRACY_FOUND AND ENABLE_PROFILING)

# the OGR geocoder is not always available so persent an option
OPTION(OSGEARTH_ENABLE_GEOCODER "Enable the OGR-based geocoder" ON)
OPTION(OSGEARTH_ENABLE_GEOCODER "Enable the OGR-based geocoder" OFF)

FIND_PACKAGE(Triton QUIET)
FIND_PACKAGE(SilverLining QUIET)
Expand Down

0 comments on commit af93218

Please sign in to comment.