Skip to content

Commit

Permalink
libigl in bots
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo committed Oct 27, 2023
1 parent 1849c3c commit 406ff0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/CheckDGtalOptionalDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ if(WITH_LIBIGL)
message(FATAL_ERROR "LIBIGL requires CGAL. Please if the `WITH_CGAL=true` cmake flag.")
endif()
include(cmake/deps/libigl.cmake)
target_compile_definitions(DGtal PUBLIC -DWITH_LIBIGL)
set(DGtalLibDependencies ${DGtalLibDependencies} igl::core)
endif()

Expand Down

0 comments on commit 406ff0c

Please sign in to comment.