From f697f684e3ba6d4c8475f795b8d2389b93efc950 Mon Sep 17 00:00:00 2001 From: ericLemanissier Date: Thu, 7 Jan 2021 08:54:14 +0100 Subject: [PATCH] libjpeg-turbo: fix hooks --- recipes/libjpeg-turbo/all/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/libjpeg-turbo/all/CMakeLists.txt b/recipes/libjpeg-turbo/all/CMakeLists.txt index 58feb671f8c5d..761fb2a328ab1 100644 --- a/recipes/libjpeg-turbo/all/CMakeLists.txt +++ b/recipes/libjpeg-turbo/all/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.1) project(cmake_wrapper)