mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
LP-29 osgearth does not need the OSG_WINDOWING_SYSTEM cmake build option
This commit is contained in:
parent
35aab3003b
commit
396877238b
2
make/3rdparty/osgearth/osgearth.mk
vendored
2
make/3rdparty/osgearth/osgearth.mk
vendored
@ -233,7 +233,6 @@ ifeq ($(UNAME), Linux)
|
|||||||
else ifeq ($(UNAME), Darwin)
|
else ifeq ($(UNAME), Darwin)
|
||||||
OSGEARTH_NAME := $(OSGEARTH_BASE_NAME)-clang_64
|
OSGEARTH_NAME := $(OSGEARTH_BASE_NAME)-clang_64
|
||||||
OSGEARTH_CMAKE_GENERATOR := "Unix Makefiles"
|
OSGEARTH_CMAKE_GENERATOR := "Unix Makefiles"
|
||||||
OSG_WINDOWING_SYSTEM := "Cocoa"
|
|
||||||
OSGEARTH_BUILD_PATH := $(QT_SDK_PREFIX)/bin:$(OSG_INSTALL_DIR)/bin:$(PATH)
|
OSGEARTH_BUILD_PATH := $(QT_SDK_PREFIX)/bin:$(OSG_INSTALL_DIR)/bin:$(PATH)
|
||||||
OSGEARTH_LIB_PATH := $(OSG_INSTALL_DIR)/lib
|
OSGEARTH_LIB_PATH := $(OSG_INSTALL_DIR)/lib
|
||||||
else ifeq ($(UNAME), Windows)
|
else ifeq ($(UNAME), Windows)
|
||||||
@ -269,7 +268,6 @@ osgearth:
|
|||||||
-DCMAKE_LIBRARY_PATH=$(OSG_INSTALL_DIR)/lib \
|
-DCMAKE_LIBRARY_PATH=$(OSG_INSTALL_DIR)/lib \
|
||||||
-DCMAKE_PREFIX_PATH=$(BUILD_DIR)/3rdparty/osg_dependencies \
|
-DCMAKE_PREFIX_PATH=$(BUILD_DIR)/3rdparty/osg_dependencies \
|
||||||
-DCMAKE_OSX_ARCHITECTURES="x86_64" \
|
-DCMAKE_OSX_ARCHITECTURES="x86_64" \
|
||||||
-DOSG_WINDOWING_SYSTEM=$(OSG_WINDOWING_SYSTEM) \
|
|
||||||
-DCMAKE_INSTALL_NAME_DIR=@executable_path/../Plugins \
|
-DCMAKE_INSTALL_NAME_DIR=@executable_path/../Plugins \
|
||||||
-DCMAKE_INSTALL_PREFIX=$(OSGEARTH_INSTALL_DIR) $(OSGEARTH_SRC_DIR) && \
|
-DCMAKE_INSTALL_PREFIX=$(OSGEARTH_INSTALL_DIR) $(OSGEARTH_SRC_DIR) && \
|
||||||
$(MAKE) && \
|
$(MAKE) && \
|
||||||
|
Loading…
Reference in New Issue
Block a user