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 6af03ff commit bed3da1Copy full SHA for bed3da1
CMakeLists.txt
@@ -6,8 +6,8 @@ project(PluginExample VERSION 1.0 LANGUAGES CXX)
6
find_package(Sofa.Component.Visual REQUIRED) # Needed for VisualModelImpl
7
8
## Optional dependencies
9
-sofa_find_package(Sofa.GUI.Qt)
10
-sofa_find_package(Qt5 COMPONENTS Core) # Dependency to Qt5Core (needed for qt5_wrap_cpp)
+sofa_find_package(Sofa.GUI.Qt QUIET)
+sofa_find_package(Qt5 COMPONENTS Core QUIET) # Dependency to Qt5Core (needed for qt5_wrap_cpp)
11
12
# List all files
13
set(PLUGINEXAMPLE_SRC_DIR src/PluginExample)
0 commit comments