You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (NOT (TARGET"TKXDESTEP") ORNOT (TARGET"TKXDEIGES"))
36
+
if("${OpenCASCADE_VERSION}"VERSION_LESS"7.8.0")
37
+
if (NOT (TARGET"TKXDESTEP") ORNOT (TARGET"TKXDEIGES"))
31
38
message(FATAL_ERROR "occt plugin: TKXDESTEP and TKXDEIGES OCCT modules are not found. Turn off F3D_PLUGIN_OCCT_COLORING_SUPPORT or enable them in your OpenCascade build.")
39
+
endif()
40
+
else()
41
+
if (NOT (TARGET"TKXSDRAWSTEP") ORNOT (TARGET"TKXSDRAWIGES"))
42
+
message(FATAL_ERROR "occt plugin: TKXSDRAWSTEP and TKXSDRAWIGES OCCT modules are not found. Turn off F3D_PLUGIN_OCCT_COLORING_SUPPORT or enable them in your OpenCascade build.")
0 commit comments