Remove unneeded setting of CMake policies, implied by requiring 3.16
cmake_minimum_required(VERSION 3.16) implies all those policies exists as well will default those to NEW.
cmake_minimum_required(VERSION 3.16) implies all those policies exists as well will default those to NEW.