002-bump-minimum-cmake-version.patch 222 B

1234567891011
  1. --- a/CMakeLists.txt
  2. +++ b/CMakeLists.txt
  3. @@ -8,7 +8,7 @@
  4. # All Rights Reserved.
  5. #
  6. -cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
  7. +cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
  8. #
  9. # simple usage example (Unix):