# 
# BTS #465048
--- opensync-0.37.orig/tests/mock-plugin/CMakeLists.txt
+++ opensync-0.37/tests/mock-plugin/CMakeLists.txt
@@ -3,8 +3,8 @@
 OPENSYNC_PLUGIN_ADD( mock-sync mock_sync.c )
 OPENSYNC_FORMAT_ADD( mock-format mock_format.c )
 
-TARGET_LINK_LIBRARIES( mock-sync opensync ${CHECK_LIBRARIES} )
-TARGET_LINK_LIBRARIES( mock-format opensync ${CHECK_LIBRARIES} )
+TARGET_LINK_LIBRARIES( mock-sync opensync )
+TARGET_LINK_LIBRARIES( mock-format opensync )
 
 ###### INSTALL ################### 
 #OPENSYNC_PLUGIN_INSTALL( mock-sync ) 

