cmake: Use Python find_package

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
This commit is contained in:
Andreas Schneider
2024-02-15 13:58:58 +01:00
committed by Jakub Jelen
parent fbfc9b3595
commit ff111a4a8b
2 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5.0)
cmake_minimum_required(VERSION 3.12.0)
cmake_policy(SET CMP0048 NEW)
# Specify search path for CMake modules to be loaded by include()