forked from ruslo/hunter
-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
CMake is now warning if you have cmake_minimum_required(VERSION xxx) less than 3.10. This makes our builds very noisy as hunter uses 3.5 a lot.
Could either make minimum policy 3.12 but still support 3.5
cmake_minimum_required(VERSION 3.5...3.12)
OR
lose support for < 3.10 entirely?
cmake_minimum_required(VERSION 3.10)
sgerbino
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request