[CMake] LLVMSupport should be responsible to provide system_libs.
[oota-llvm.git] / utils / FileUpdate / CMakeLists.txt
index 0114e50c6274306c720e56b5dfbbb4939d72af76..ce7478f77af37cdfdc40c656d50de19eaf281844 100644 (file)
@@ -3,9 +3,3 @@ add_llvm_utility(FileUpdate
   )
 
 target_link_libraries(FileUpdate LLVMSupport)
-if( MINGW )
-  target_link_libraries(FileUpdate imagehlp psapi shell32)
-endif( MINGW )
-if( LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD )
-  target_link_libraries(FileUpdate pthread)
-endif()