Skip to content

Commit bed3da1

Browse files
authored
Add quiet to remove warning (#13)
1 parent 6af03ff commit bed3da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ project(PluginExample VERSION 1.0 LANGUAGES CXX)
66
find_package(Sofa.Component.Visual REQUIRED) # Needed for VisualModelImpl
77

88
## Optional dependencies
9-
sofa_find_package(Sofa.GUI.Qt)
10-
sofa_find_package(Qt5 COMPONENTS Core) # Dependency to Qt5Core (needed for qt5_wrap_cpp)
9+
sofa_find_package(Sofa.GUI.Qt QUIET)
10+
sofa_find_package(Qt5 COMPONENTS Core QUIET) # Dependency to Qt5Core (needed for qt5_wrap_cpp)
1111

1212
# List all files
1313
set(PLUGINEXAMPLE_SRC_DIR src/PluginExample)

0 commit comments

Comments
 (0)