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 71c73e3 commit f9f2739Copy full SHA for f9f2739
CMakeLists.txt
@@ -150,9 +150,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
150
set(CMAKE_CXX_EXTENSIONS OFF)
151
152
if(OTIO_CXX_COVERAGE AND NOT MSVC)
153
- # Note that we exclude some OTIO files from code coverage since they are
154
- # causing errors like this:
155
- # geninfo: ERROR: mismatched end line for PyInit__opentime at opentime_bindings.cpp:
156
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage -fprofile-update=atomic -fprofile-exclude-files='/usr/*;src/deps/*'")
157
# this causes cmake to produce file.gcno instead of file.cpp.gcno
158
set(CMAKE_CXX_OUTPUT_EXTENSION_REPLACE 1)
0 commit comments