Skip to content

Commit 4c2e54c

Browse files
committed
Build without globe by default
1 parent 11d0f3a commit 4c2e54c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ IF (WITH_BINDINGS)
7676
SET (BINDINGS_GLOBAL_INSTALL FALSE CACHE BOOL "Install bindings to global python directory? (might need root)")
7777
ENDIF (WITH_BINDINGS)
7878

79-
SET (WITH_GLOBE TRUE CACHE BOOL "Determines whether Globe plugin should be built")
79+
SET (WITH_GLOBE FALSE CACHE BOOL "Determines whether Globe plugin should be built")
8080
IF (WITH_GLOBE)
81-
FIND_PACKAGE(OSGEARTH)
81+
FIND_PACKAGE(OSGEARTH REQUIRED)
8282
ENDIF (WITH_GLOBE)
8383

8484
# Compile flag. Make it possible to turn it off.

0 commit comments

Comments
 (0)