Skip to content

Commit

Permalink
[Simulation.Common] Fix downstream project compilation with tinyXML2 (#…
Browse files Browse the repository at this point in the history
…4506)

remove tinyXML find package in the common config file
  • Loading branch information
bakpaul authored Feb 19, 2024
1 parent 382794d commit af8f98a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

find_package(Sofa.Core QUIET REQUIRED)
find_package(Sofa.Simulation.Core QUIET REQUIRED)
find_package(TinyXML2 QUIET REQUIRED)

if(NOT TARGET @PROJECT_NAME@)
include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")
Expand Down

0 comments on commit af8f98a

Please sign in to comment.