-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
index 798b8b9..c975d78 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -740,7 +740,7 @@ ELSE() | ||
# Common to all platforms except android: | ||
FIND_PACKAGE(Freetype) | ||
FIND_PACKAGE(ilmbase) | ||
- FIND_PACKAGE(Inventor) | ||
+ FIND_PACKAGE(coin CONFIG) | ||
FIND_PACKAGE(Jasper) | ||
FIND_PACKAGE(OpenEXR) | ||
FIND_PACKAGE(OpenCascade) | ||
diff --git a/src/osgPlugins/Inventor/CMakeLists.txt b/src/osgPlugins/Inventor/CMakeLists.txt | ||
index 963a494..e34b6b8 100644 | ||
--- a/src/osgPlugins/Inventor/CMakeLists.txt | ||
+++ b/src/osgPlugins/Inventor/CMakeLists.txt | ||
@@ -17,10 +17,6 @@ SET(TARGET_HDRS | ||
ShuttleCallback.h | ||
) | ||
|
||
-ADD_DEFINITIONS(-DCOIN_DLL) | ||
- | ||
-INCLUDE_DIRECTORIES(${INVENTOR_INCLUDE_DIR}) | ||
- | ||
-SET(TARGET_ADDED_LIBRARIES ${INVENTOR_LIBRARY}) | ||
+SET(TARGET_ADDED_LIBRARIES Coin::Coin) | ||
|
||
SETUP_PLUGIN(iv iv) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Source: osgearth | ||
Version: 3.0 | ||
Port-Version: 1 | ||
Port-Version: 2 | ||
Homepage: https://github.com/gwaldron/osgearth | ||
Description: osgEarth - Dynamic map generation toolkit for OpenSceneGraph Copyright 2015 Pelican Mapping. | ||
Build-Depends: osg[plugins] |