Use CMake to automatically set policies to NEW.
CMake 3.12 introduces a ...<max> syntax in the version given to cmake_minimum_required to automatically set policies to NEW up to that version. Use it to avoid listing policies explicitly.
Showing
Please register or sign in to comment