From a9476005b3840c9ca947563ac498a13b69433c9d Mon Sep 17 00:00:00 2001 From: youhy Date: Wed, 27 Jul 2022 10:09:42 -0700 Subject: [PATCH] add coverage ignore file Signed-off-by: youhy --- CMakeLists.txt | 2 +- coverage.ignore.in | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 coverage.ignore.in 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/*