Skip to content
Snippets Groups Projects

CMake: reduce minimum version

Merged Mathieu Westphal requested to merge b383306/libcdi:reduce_minimum_cmake_version into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
cmake_minimum_required( VERSION 3.30 FATAL_ERROR )
cmake_minimum_required( VERSION 3.27 FATAL_ERROR )
message(VERBOSE "Entering libcdi")
project(libcdi VERSION 2.5.1 LANGUAGES C )
Loading