We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d0f3a commit 4c2e54cCopy full SHA for 4c2e54c
CMakeLists.txt
@@ -76,9 +76,9 @@ IF (WITH_BINDINGS)
76
SET (BINDINGS_GLOBAL_INSTALL FALSE CACHE BOOL "Install bindings to global python directory? (might need root)")
77
ENDIF (WITH_BINDINGS)
78
79
-SET (WITH_GLOBE TRUE CACHE BOOL "Determines whether Globe plugin should be built")
+SET (WITH_GLOBE FALSE CACHE BOOL "Determines whether Globe plugin should be built")
80
IF (WITH_GLOBE)
81
- FIND_PACKAGE(OSGEARTH)
+ FIND_PACKAGE(OSGEARTH REQUIRED)
82
ENDIF (WITH_GLOBE)
83
84
# Compile flag. Make it possible to turn it off.
0 commit comments