diff --git a/Applications/Utils/OGSFileConverter/CMakeLists.txt b/Applications/Utils/OGSFileConverter/CMakeLists.txt
index ad916f98e78ec6ad50aafb1506b413cf4db749d4..ca4bb6362b6749f7c18ee45f1aa7564650ae0021 100644
--- a/Applications/Utils/OGSFileConverter/CMakeLists.txt
+++ b/Applications/Utils/OGSFileConverter/CMakeLists.txt
@@ -79,7 +79,6 @@ ADD_CATALYST_DEPENDENCY(OGSFileConverter)
 # Adds useful macros and variables
 # this is needed to correctly link the qt and vtk libraries through target_link_libraries
 INCLUDE( ${QT_USE_FILE} )
-INCLUDE( ${VTK_USE_FILE} )
 
 # Set build configuration types
 # "RelWithDebInfo" and "MinSizeRelease" can be added here