Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 0bfb223

Browse files
committed
remove autodiff lib
1 parent 6a78e28 commit 0bfb223

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

CMakeLists.txt

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -131,22 +131,13 @@ target_compile_definitions(ipc_toolkit PUBLIC NOMINMAX)
131131
# Dependencies
132132
################################################################################
133133

134-
if(WIN32)
135-
# Eigen
136-
include(eigen)
137-
target_link_libraries(ipc_toolkit PUBLIC Eigen3::Eigen)
138-
endif()
139-
140-
# libigl
141-
include(libigl)
142-
target_link_libraries(ipc_toolkit PUBLIC igl::core igl::predicates)
143-
144134
# Eigen
145135
include(eigen)
146136
target_link_libraries(ipc_toolkit PUBLIC Eigen3::Eigen)
147137

148-
# autodiff
149-
include(autodiff)
138+
# libigl
139+
include(libigl)
140+
target_link_libraries(ipc_toolkit PUBLIC igl::core igl::predicates)
150141

151142
# TBB
152143
include(onetbb)

0 commit comments

Comments
 (0)