mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
parent
d3d6a561ad
commit
ebb2b22864
13
make/3rdparty/osgearth/osg-3.5.3.patch
vendored
Normal file
13
make/3rdparty/osgearth/osg-3.5.3.patch
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/src/osgPlugins/cfg/CMakeLists.txt b/src/osgPlugins/cfg/CMakeLists.txt
|
||||
index 972675f..4f7062b 100644
|
||||
--- a/src/osgPlugins/cfg/CMakeLists.txt
|
||||
+++ b/src/osgPlugins/cfg/CMakeLists.txt
|
||||
@@ -20,7 +20,7 @@ SET(TARGET_H
|
||||
|
||||
# lex/yacc generated files use register that causes warnings with CLang under OSX so disable this warnings.
|
||||
IF(${CMAKE_CXX_COMPILER_ID} STREQUAL "Clang")
|
||||
- SET(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -Wno-deprecated-register)
|
||||
+ SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-deprecated-register")
|
||||
ENDIF()
|
||||
|
||||
#
|
Loading…
x
Reference in New Issue
Block a user