KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.33k stars 648 forks source link

Only set cli11 folder property on CMake 3.19 and higher #971

Closed jherico closed 8 months ago

jherico commented 8 months ago

Description

Don't attempt to change the CLI11 target FOLDER property unless on CMake 3.19 and higher. Per this comment it's apparently problematic on older versions of CMake.

General Checklist:

Please ensure the following points are checked:

No code or project setting changes. This is purely CMake meta-project information.