We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593fba9 commit d125699Copy full SHA for d125699
1 file changed
src/ifcconvert/IfcConvert.cpp
@@ -700,7 +700,7 @@ int main(int argc, char** argv) {
700
write_log(!quiet);
701
return exit_code;
702
}
703
-#ifdef IFOPSH_WITH_CGAL
+#ifdef IFOPSH_WITH_CITYJSON
704
else if (output_extension == CITY_JSON || (output_extension == OBJ || output_extension == DAE || output_extension == GLB) && vmap.count("exterior-only") && exterior_only_algo != "none") {
705
706
// none, convex-decomposition, minkowski-triangles or halfspace-snapping
0 commit comments