1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

LP-30 disable compilation of osgWrappers/deprecated-dotosg

This commit is contained in:
Philippe Renon 2015-11-03 00:42:49 +01:00
parent a3a7d55176
commit 57e1122f4c
2 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,4 @@
This document describes how to build osg and osgEarth.
This document describes how to build osg and osgEarth.
Building osgEarth requires:
@ -60,4 +60,4 @@ This will:
- clone git repositories in ./3rdparty
- build osg and osgEarth libraries in ./build/3rdparty
- install osg in ./build/3rdparty/install
- create distribution files (tar & md5) in ./build/3rdparty/install
- create distribution files (tar & md5) in ./build/3rdparty/install

12
make/3rdparty/osgearth/osg-3.4.patch vendored Normal file
View File

@ -0,0 +1,12 @@
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 33edf57..d2ea025 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -27,7 +27,6 @@ FOREACH( mylibfolder
osgUI
osgVolume
osgWrappers/serializers
- osgWrappers/deprecated-dotosg
osgPlugins
)