[CMAKE]
authorJérôme Gardou <jerome.gardou@reactos.org>
Thu, 2 Jun 2011 12:20:30 +0000 (12:20 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Thu, 2 Jun 2011 12:20:30 +0000 (12:20 +0000)
no need to call target_link_libraries if there is nothing to link

svn path=/trunk/; revision=52059

reactos/drivers/storage/fdc/fdc/CMakeLists.txt

index c43e346..51d6893 100644 (file)
@@ -5,8 +5,6 @@ add_library(fdc SHARED
     pdo.c
     fdc.rc)
 
-target_link_libraries(fdc)
-
 set_module_type(fdc kernelmodedriver)
 add_importlibs(fdc hal ntoskrnl)