diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f82b099f..36645d218 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ project(ignition-rendering3 VERSION 3.6.0) # Find ignition-cmake #============================================================================ # If you get an error at this line, you need to install ignition-cmake -find_package(ignition-cmake2 2.8.0 REQUIRED) +find_package(ignition-cmake2 2.14.0 REQUIRED) #============================================================================ # Set up the project diff --git a/coverage.ignore.in b/coverage.ignore.in new file mode 100644 index 000000000..25ca1a434 --- /dev/null +++ b/coverage.ignore.in @@ -0,0 +1,3 @@ +ogre/* +optix/* +ogre2/src/terrain/Terra/*