There was an error while loading. Please reload this page.
1 parent d1f9dbc commit 7154cf2Copy full SHA for 7154cf2
1 file changed
CMakeLists.txt
@@ -189,6 +189,11 @@ foreach(MOD ${OCCT_MODULES})
189
continue()
190
endif()
191
192
+ if((NOT USE_VTK) AND (${MOD} MATCHES "IVtk.*"))
193
+ message(STATUS "Skipping vtk dependent module ${MOD}")
194
+ continue()
195
+ endif()
196
+
197
# Check for platform-specific modules
198
if((WIN32 OR APPLE) AND (${MOD} STREQUAL "Xw" OR ${MOD} STREQUAL "Wayland"))
199
message(STATUS "Skipping platform-specific module ${MOD}")
0 commit comments