Skip to content

Commit caa7fbe

Browse files
committed
Add path
Signed-off-by: Darby Johnston <[email protected]>
1 parent dfed0cf commit caa7fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ if(OTIO_CXX_COVERAGE AND NOT MSVC)
153153
# Note that we exclude some OTIO files from code coverage since they are
154154
# causing errors like this:
155155
# 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/*;src/py-opentimelineio/opentime-bindings/opentime_bindings.cpp'")
156+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage -fprofile-update=atomic -fprofile-exclude-files='/usr/*;src/deps/*;src/py-opentimelineio/opentime-bindings/opentime_bindings.cpp;src/py-opentimelineio/opentimelineio-bindings/otio_bindings.cpp'")
157157
# this causes cmake to produce file.gcno instead of file.cpp.gcno
158158
set(CMAKE_CXX_OUTPUT_EXTENSION_REPLACE 1)
159159
message(STATUS "Building C++ with Coverage: ON")

0 commit comments

Comments
 (0)