loryhndol / LowpolyBuildings

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

Complie Problem #1

Closed HsiaoYeekwan closed 1 year ago

HsiaoYeekwan commented 1 year ago

Thanks for the code for reference! But I encountered the following problem when compiling. My environment configuration is as follows: CGAL 5.5.2, boost 1.71.0 ,VS2019, cmake 3.25.3

image And I can run CGAL examples correctly, Could you please provide your dependency version for reference?

loryhndol commented 1 year ago

I tried to fix the pb by using template to carry different precision of mesh representation in calculateParetoSet.cc. If there is something new, plz let me know.