Skip to content

Commit

Permalink
reduce warnings: remove debug message in cmake script
Browse files Browse the repository at this point in the history
Removes stderr output on build.
  • Loading branch information
hoffmann-stefan committed May 3, 2023
1 parent 8177d03 commit cfaa806
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rcldotnet_examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ set(_assemblies_dep_dlls
${std_srvs_ASSEMBLIES_DLL}
)

message("Included assemblies: ${_assemblies_dep_dlls}")

add_dotnet_executable(rcldotnet_talker
RCLDotnetTalker.cs
INCLUDE_DLLS
Expand Down

0 comments on commit cfaa806

Please sign in to comment.