1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

LP-380: turn off waring about osg not found like other warnings

This commit is contained in:
James Duley 2016-08-14 12:25:56 +01:00
parent 5a17e26cea
commit 71367dcaab

View File

@ -830,7 +830,7 @@ ifeq ($(shell [ -d "$(OSG_SDK_DIR)" ] && $(ECHO) "exists"), exists)
export OSG_SDK_DIR := $(OSG_SDK_DIR) export OSG_SDK_DIR := $(OSG_SDK_DIR)
else else
# not installed, hope it's in the path... # not installed, hope it's in the path...
$(info $(EMPTY) WARNING $(call toprel, $(OSG_SDK_DIR)) not found (make osg_install), using system PATH) # $(info $(EMPTY) WARNING $(call toprel, $(OSG_SDK_DIR)) not found (make osg_install), using system PATH)
endif endif
.PHONY: osg_version .PHONY: osg_version
@ -853,7 +853,7 @@ ifeq ($(shell [ -d "$(OSGEARTH_SDK_DIR)" ] && $(ECHO) "exists"), exists)
export OSGEARTH_SDK_DIR := $(OSGEARTH_SDK_DIR) export OSGEARTH_SDK_DIR := $(OSGEARTH_SDK_DIR)
else else
# not installed, hope it's in the path... # not installed, hope it's in the path...
$(info $(EMPTY) WARNING $(call toprel, $(OSGEARTH_SDK_DIR)) not found (make osgearth_install), using system PATH) # $(info $(EMPTY) WARNING $(call toprel, $(OSGEARTH_SDK_DIR)) not found (make osgearth_install), using system PATH)
endif endif
.PHONY: osgearth_version .PHONY: osgearth_version