We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c28f9 commit 465b0f8Copy full SHA for 465b0f8
Plugin/PluginConfig.cmake.in
@@ -2,10 +2,16 @@
2
@PACKAGE_GUARD@
3
@PACKAGE_INIT@
4
5
+set(SP3_BUILD_TEST @SP3_BUILD_TEST@)
6
+
7
find_package(pybind11 CONFIG REQUIRED)
8
find_package(SofaFramework REQUIRED)
9
find_package(SofaSimulationGraph REQUIRED)
10
11
+if(SP3_BUILD_TEST)
12
+ find_package(Sofa.Testing REQUIRED)
13
+endif()
14
15
# If we are importing this config file and the target is not yet there this is indicating that
16
# target is an imported one. So we include it
17
if(NOT TARGET @PROJECT_NAME@)
0 commit comments