Skip to content

Commit

Permalink
Fix grpc runtime error
Browse files Browse the repository at this point in the history
  • Loading branch information
tszumski committed Dec 13, 2024
1 parent e205ae2 commit 60fe96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if (BUILD_UNIT_TESTS)
add_subdirectory(${MP_TESTS_DIR})
add_subdirectory(${SDK_TESTS_DIR})
add_subdirectory(${TESTS_VAL_DIR})
target_link_libraries(media_proxy_lib PUBLIC mcm_dp gtest gmock gtest_main)
target_link_libraries(media_proxy_lib PUBLIC gtest gmock gtest_main)
else()
target_link_libraries(media_proxy_lib PUBLIC mcm_dp)
target_link_libraries(media_proxy_lib PUBLIC)
endif()

0 comments on commit 60fe96a

Please sign in to comment.