Skip to content

Commit

Permalink
[Visual] Fix cmake config (#4555)
Browse files Browse the repository at this point in the history
Remove the find_package(tinyxml2 REQUIRED) because the link is private
  • Loading branch information
bakpaul committed Mar 21, 2024
1 parent d578a66 commit b3cd32a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sofa/Component/Visual/Sofa.Component.VisualConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
@PACKAGE_INIT@

find_package(Sofa.Simulation.Core QUIET REQUIRED)
find_package(TinyXML2 QUIET REQUIRED)
find_package(Sofa.Component.Topology.Container.Grid QUIET REQUIRED)

if(NOT TARGET @PROJECT_NAME@)
Expand Down

0 comments on commit b3cd32a

Please sign in to comment.