From 811be1ac93bc0c5329177fca48f77a9a55582b14 Mon Sep 17 00:00:00 2001 From: Zhuo Zhang Date: Thu, 12 Dec 2024 23:47:50 +0800 Subject: [PATCH] clean: Correct print message --- rocbuild.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocbuild.cmake b/rocbuild.cmake index 6433824..9628aec 100644 --- a/rocbuild.cmake +++ b/rocbuild.cmake @@ -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