Skip to content

Commit f9f2739

Browse files
committed
Remove outdated comment
Signed-off-by: Darby Johnston <[email protected]>
1 parent 71c73e3 commit f9f2739

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
150150
set(CMAKE_CXX_EXTENSIONS OFF)
151151

152152
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:
156153
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage -fprofile-update=atomic -fprofile-exclude-files='/usr/*;src/deps/*'")
157154
# this causes cmake to produce file.gcno instead of file.cpp.gcno
158155
set(CMAKE_CXX_OUTPUT_EXTENSION_REPLACE 1)

0 commit comments

Comments
 (0)