[ros-diffs] [jgardou] 52059: [CMAKE] no need to call target_link_libraries if there is nothing to link

jgardou at svn.reactos.org jgardou at svn.reactos.org
Thu Jun 2 12:20:30 UTC 2011


Author: jgardou
Date: Thu Jun  2 12:20:30 2011
New Revision: 52059

URL: http://svn.reactos.org/svn/reactos?rev=52059&view=rev
Log:
[CMAKE]
no need to call target_link_libraries if there is nothing to link

Modified:
    trunk/reactos/drivers/storage/fdc/fdc/CMakeLists.txt

Modified: trunk/reactos/drivers/storage/fdc/fdc/CMakeLists.txt
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/fdc/fdc/CMakeLists.txt?rev=52059&r1=52058&r2=52059&view=diff
==============================================================================
--- trunk/reactos/drivers/storage/fdc/fdc/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/drivers/storage/fdc/fdc/CMakeLists.txt [iso-8859-1] Thu Jun  2 12:20:30 2011
@@ -5,8 +5,6 @@
     pdo.c
     fdc.rc)
 
-target_link_libraries(fdc)
-
 set_module_type(fdc kernelmodedriver)
 add_importlibs(fdc hal ntoskrnl)
 




More information about the Ros-diffs mailing list