diff --git a/Applications/DataExplorer/DataView/CMakeLists.txt b/Applications/DataExplorer/DataView/CMakeLists.txt
index 9ec327f0e54a990ebe2a043e8f1e2e3c6f256751..90f6b29084c20b8ee5c64dd0349d0bdac7ed80b2 100644
--- a/Applications/DataExplorer/DataView/CMakeLists.txt
+++ b/Applications/DataExplorer/DataView/CMakeLists.txt
@@ -134,7 +134,7 @@ add_library(QtDataView
 )
 
 target_link_libraries(QtDataView
-    PUBLIC GeoLib MeshGeoToolsLib MeshLib QtBase VtkVis
+    PUBLIC GeoLib MeshGeoToolsLib MeshLib QtBase # VtkVis
     PRIVATE BaseLib MathLib ApplicationsFileIO QtDiagramView QtStratView
         DataHolderLib logog Qt5::Core Qt5::Gui
 )
diff --git a/MaterialLib/CMakeLists.txt b/MaterialLib/CMakeLists.txt
index 52b82c27b8bc2e5c93af4dba18d77005ce046649..7827da8fb16baec49c463d5f005b6245a2fe8fe1 100644
--- a/MaterialLib/CMakeLists.txt
+++ b/MaterialLib/CMakeLists.txt
@@ -21,7 +21,7 @@ append_source_files(SOURCES TwoPhaseModels)
 
 add_library(MaterialLib ${SOURCES})
 target_link_libraries(MaterialLib
-    PUBLIC BaseLib NumLib ProcessLib logog
+    PUBLIC BaseLib NumLib logog # ProcessLib
     PRIVATE MathLib MeshLib
 )