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:
parent
a3a7d55176
commit
57e1122f4c
4
make/3rdparty/osgearth/README.TXT
vendored
4
make/3rdparty/osgearth/README.TXT
vendored
@ -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
12
make/3rdparty/osgearth/osg-3.4.patch
vendored
Normal 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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user