Code of CWF: Consolidating Weak Features in High-quality Mesh Simplification, ACM Transactions on Graphics, SIGGRAPH 2024
GNU Affero General Public License v3.0
224
stars
14
forks
source link
Link against CGAL::CGAL and Eigen3::Eigen #13
Closed
afabri closed 1 month ago
I would like to suggest some changes in the
CMakeLists.txt
files.include(${CGAL_USE_FILE})
is no longer supported when usingCGAL 6.0
. Instead we addCGAL::CGAL
totarget_link_libraries()
.We do the same for linking against
Eigen3::Eigen
For
libigl
I added afind_path()
I changed the cxx standard as we use
<filesystem>
I commented setting
CMAKE_TOOLCHAIN_FILE
. Maybe that explains why I have to provide a path forlibigl
etc,?