私のCMakeLIsts.txtファイルにこれを書きます:
set(LIBHELLO_SRC hello.c)
set_target_properties(hello_static PROPERTIES OUTPUT_NAME "hello")
get_target_property(OUTPUT_VALUE hello_static OUTPUT_NAME)
message(STATUS "This is the hello_static OUTPUT_NAME:"${OUTPUT_VALUE})
を実行するcmake
と、エラーメッセージが表示されます。
set_target_properties Can not find target to add properties to: hello_static