1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fix CGAL target name

This commit is contained in:
tamasmeszaros
2019-12-11 14:23:12 +01:00
parent e2bea1ed17
commit 4a931c037a
+2 -2
View File
@@ -147,7 +147,7 @@ if (MSVC)
dep_ZLIB # on Windows we still need zlib
dep_openvdb
dep_OpenCSG
dep_cgal
dep_CGAL
)
else()
@@ -164,7 +164,7 @@ else()
dep_qhull
dep_openvdb
dep_OpenCSG
dep_cgal
dep_CGAL
# dep_libigl # Not working, static build has different Eigen
)