Skip to content

Commit

Permalink
[TEST] Remove QUIET CMake option on SWIG
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Oct 1, 2024
1 parent 84d87f1 commit d24a09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ find_package(YARP 3.8 REQUIRED COMPONENTS os dev sig
# Soft dependencies.
find_package(orocos_kdl 1.4 QUIET)
find_package(GTestSources 1.8 QUIET)
find_package(SWIG 3.0.12 QUIET)
find_package(SWIG 3.0.12)
find_package(Doxygen QUIET)

# Always build YARP devices as MODULE libraries.
Expand Down

0 comments on commit d24a09f

Please sign in to comment.