Ticket #833: mock_plugin_no_libcheck_link.fix.patch
| File mock_plugin_no_libcheck_link.fix.patch, 539 bytes (added by mbanck, 4 years ago) |
|---|
-
tests/mock-plugin/CMakeLists.txt
# # BTS #465048
old new 3 3 OPENSYNC_PLUGIN_ADD( mock-sync mock_sync.c ) 4 4 OPENSYNC_FORMAT_ADD( mock-format mock_format.c ) 5 5 6 TARGET_LINK_LIBRARIES( mock-sync opensync ${CHECK_LIBRARIES})7 TARGET_LINK_LIBRARIES( mock-format opensync ${CHECK_LIBRARIES})6 TARGET_LINK_LIBRARIES( mock-sync opensync ) 7 TARGET_LINK_LIBRARIES( mock-format opensync ) 8 8 9 9 ###### INSTALL ################### 10 10 #OPENSYNC_PLUGIN_INSTALL( mock-sync )
