Salome HOME
Minor: replacing annoying tabulations with whitespaces ...
[modules/paravis.git] / src / Plugins / TableReader / Reader / CMakeLists.txt
index 89b5c5277abe43c1a686aa468f59a9fce4679827..b03e0a66c446ab2d270fe345cacb7e29cd032be1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2010-2013  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -24,7 +24,7 @@ SET(READER_SRCS
 
 ADD_LIBRARY(vtkVisuTableReader ${READER_SRCS})
 
-TARGET_LINK_LIBRARIES(vtkVisuTableReader ${VTK_LIBS} ${vtkInfovis} ${QT_LIBS})
+TARGET_LINK_LIBRARIES(vtkVisuTableReader ${VTK_LIBRARIES} ${vtkInfovis} ${QT_LIBS})
 
 INSTALL(
     TARGETS vtkVisuTableReader