hooks
hooks copied to clipboard
[conan center] advice set_property rather set_target_properties
from https://github.com/conan-io/conan-center-index/pull/1254#discussion_r403488929
/cc @uilianries
for CMakeLists.txt and test_package/CMakeLists.txt, we may advice set_property over set_target_properties for advanced CMake compatibility
If you are going to implement this, then I would say this should be just a warning, not an error
Yes, also, set_target_properties is okay when the required version is CMake 3+ (and really need Cmake 3)