mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Fix CGAL target name
This commit is contained in:
4
deps/CMakeLists.txt
vendored
4
deps/CMakeLists.txt
vendored
@@ -147,7 +147,7 @@ if (MSVC)
|
|||||||
dep_ZLIB # on Windows we still need zlib
|
dep_ZLIB # on Windows we still need zlib
|
||||||
dep_openvdb
|
dep_openvdb
|
||||||
dep_OpenCSG
|
dep_OpenCSG
|
||||||
dep_cgal
|
dep_CGAL
|
||||||
)
|
)
|
||||||
|
|
||||||
else()
|
else()
|
||||||
@@ -164,7 +164,7 @@ else()
|
|||||||
dep_qhull
|
dep_qhull
|
||||||
dep_openvdb
|
dep_openvdb
|
||||||
dep_OpenCSG
|
dep_OpenCSG
|
||||||
dep_cgal
|
dep_CGAL
|
||||||
# dep_libigl # Not working, static build has different Eigen
|
# dep_libigl # Not working, static build has different Eigen
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user