Closed
Description
After upgrading the CheckWarning.cmake to version 2.0.0 in #86, it is recommended to replace the usage of the target_check_warning
function with the add_check_warning
function. This change allows setting warning flags on all targets in the directory collectively, instead of configuring them individually. This modification aims to simplify and shorten the content of the CMakeLists.txt
file.