Skip to content

Commit

Permalink
Fix generator debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwe committed Jan 26, 2023
1 parent 204927a commit 430b3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CorrosionGenerator.cmake
Expand Up @@ -224,7 +224,7 @@ function(_generator_add_cargo_targets no_linker_override)
if(NOT created_targets)
message(FATAL_ERROR "found no targets in ${pkgs_len} packages")
else()
message(DEBUG "Corrosion created the following CMake targets: ${curr_created_targets}")
message(DEBUG "Corrosion created the following CMake targets: ${created_targets}")
endif()

if(GGC_IMPORTED_CRATES)
Expand Down

0 comments on commit 430b3cf

Please sign in to comment.