We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21b6cd commit 6833071Copy full SHA for 6833071
CMakeLists.txt
@@ -150,7 +150,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
150
set(CMAKE_CXX_EXTENSIONS OFF)
151
152
if(OTIO_CXX_COVERAGE AND NOT MSVC)
153
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage -fprofile-exclude-files='*/rapidjson/*'")
154
# this causes cmake to produce file.gcno instead of file.cpp.gcno
155
set(CMAKE_CXX_OUTPUT_EXTENSION_REPLACE 1)
156
message(STATUS "Building C++ with Coverage: ON")
0 commit comments