Skip to content

Commit

Permalink
Updating link to renamed protobuf library
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Jan 11, 2021
1 parent da83d57 commit ad73d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -420,7 +420,7 @@ if (OpenCV_FOUND)
${OPENSHOT_CV_SOURCES})

# Link libopenshot with OpenCV libs
target_link_libraries(openshot PUBLIC ProtoMessages ${OpenCV_LIBS} ${PROTOBUF_LIBRARY} ${Protobuf_INCLUDE_DIRS})
target_link_libraries(openshot PUBLIC openshot_protobuf ${OpenCV_LIBS} ${PROTOBUF_LIBRARY} ${Protobuf_INCLUDE_DIRS})
endif()

############### LINK LIBRARY #################
Expand Down

0 comments on commit ad73d23

Please sign in to comment.