Переименование

This commit is contained in:
Andrei Astafev 2021-12-21 14:01:07 +03:00
parent 5b6ed5b79b
commit e735e6e9d5

View File

@ -152,7 +152,7 @@ function(myx_cmake_common_target_properties target)
endif() endif()
endfunction() endfunction()
function(myx_cmake_common_target_properties_post target) function(myx_cmake_common_target_properties_post_link target)
if(NOT TARGET ${target}) if(NOT TARGET ${target})
myx_cmake_message_error("MyxCMake: Target ${target} does not exists.") myx_cmake_message_error("MyxCMake: Target ${target} does not exists.")
endif() endif()