Skip to content

fatal error: 'CGAL/Simple_cartesian.h' file not found #7052

Answered by lrineau
zhaoyuanyuan2011 asked this question in Q&A
Discussion options

You must be logged in to vote

In your CMakeLists.txt, after the definition of the target mesh_hole_fill_eric, add a line like that one:

target_link_libraries(mesh_hole_fill_eric PRIVATE CGAL::CGAL)

See the documentation at https://doc.cgal.org/latest/Manual/devman_create_and_use_a_cmakelist.html.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zhaoyuanyuan2011
Comment options

Answer selected by zhaoyuanyuan2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #7050 on November 16, 2022 09:43.