loryhndol / LowpolyBuildings

Implementation of Low-poly mesh generation for building models
24 stars 4 forks source link

What is the CGAL version of this project? I'm using CGAL 5.5.2 #7

Closed SpikeXCZ closed 11 months ago

SpikeXCZ commented 12 months ago

Hi, My problem is: Cmake and Generate all good, but Complie failed... I don't know how to debug, please teach me, thank you very much!!! omg

SpikeXCZ commented 11 months ago

I finally figured out, the reason is the comment, my IDE doesn't accept Chinese comment in file "PolygonMeshProcessing.cc". After I delete all Chinese comment in this file, everything OK. But other file's Chinese comment won't cause this problem, which is interesting.