Skip to content

Commit

Permalink
[Sofa.Testing] Add SimpleApi in Config.cmake.in (#4542)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger committed Feb 29, 2024
1 parent a7fbcfe commit 067143b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sofa/framework/Testing/Sofa.TestingConfig.cmake.in
Expand Up @@ -10,6 +10,7 @@ find_package(Sofa.Helper QUIET REQUIRED)
find_package(Sofa.DefaultType QUIET REQUIRED)
find_package(Sofa.Core QUIET REQUIRED)
find_package(Sofa.Simulation.Graph QUIET REQUIRED)
find_package(Sofa.SimpleApi QUIET REQUIRED)

if(NOT TARGET @PROJECT_NAME@)
include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@Targets.cmake")
Expand Down

0 comments on commit 067143b

Please sign in to comment.