no need to call target_link_libraries if there is nothing to link

svn path=/trunk/; revision=52059
This commit is contained in:
Jérôme Gardou 2011-06-02 12:20:30 +00:00
parent 989c121257
commit 43ff81bdb0

View 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)