Skip to content

Commit

Permalink
clean: Correct print message
Browse files Browse the repository at this point in the history
  • Loading branch information
zchrissirhcz committed Dec 12, 2024
1 parent 47e45ed commit 811be1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocbuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function(rocbuild_set_debug_postfix TARGET)
# determine TARGET type
get_target_property(TYPE ${TARGET} TYPE)
if(NOT TYPE)
message(FATAL_ERROR "rocbuild_define_package() called with non-existent target: ${TARGET}")
message(FATAL_ERROR "rocbuild_set_debug_postfix() called with non-existent target: ${TARGET}")
endif()

# determine if TARGET is imported
Expand Down

0 comments on commit 811be1a

Please sign in to comment.