Skip to content

Commit

Permalink
fix linux qhull dep error (use the internal one, not the dep one)
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Nov 12, 2024
1 parent 1c11bea commit d326259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ if (MSVC)
# Experimental
#list(APPEND _dep_list "dep_qhull")
else()
list(APPEND _dep_list "dep_Qhull")
#list(APPEND _dep_list "dep_Qhull")
# Not working, static build has different Eigen
#list(APPEND _dep_list "dep_libigl")
endif()
Expand Down

0 comments on commit d326259

Please sign in to comment.