Skip to content

Commit

Permalink
Fix ipelet demo CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Nov 16, 2023
1 parent 2a223e6 commit bb6222d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CGAL_ipelets/demo/CGAL_ipelets/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ if(IPE_FOUND AND IPE_VERSION)
#example in doc not installed
add_library(simple_triangulation MODULE simple_triangulation.cpp)
add_to_cached_list(CGAL_EXECUTABLE_TARGETS simple_triangulation)
target_link_libraries(simple_triangulation CGAL::Eigen3_support
target_link_libraries(simple_triangulation CGAL::CGAL CGAL::Eigen3_support
${IPE_LIBRARIES})
target_include_directories(simple_triangulation BEFORE PRIVATE ${IPE_INCLUDE_DIR})
if (WITH_IPE_7)
Expand Down

0 comments on commit bb6222d

Please sign in to comment.