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)

mock_plugin_no_libcheck_link.fix.patch

  • tests/mock-plugin/CMakeLists.txt

    # 
    # BTS #465048
    old new  
    33OPENSYNC_PLUGIN_ADD( mock-sync mock_sync.c ) 
    44OPENSYNC_FORMAT_ADD( mock-format mock_format.c ) 
    55 
    6 TARGET_LINK_LIBRARIES( mock-sync opensync ${CHECK_LIBRARIES} ) 
    7 TARGET_LINK_LIBRARIES( mock-format opensync ${CHECK_LIBRARIES} ) 
     6TARGET_LINK_LIBRARIES( mock-sync opensync ) 
     7TARGET_LINK_LIBRARIES( mock-format opensync ) 
    88 
    99###### INSTALL ###################  
    1010#OPENSYNC_PLUGIN_INSTALL( mock-sync )