From db948ccd190c4c89a2e60c12b626fc5acc43dbf0 Mon Sep 17 00:00:00 2001 From: "Javier G. Sogo" Date: Tue, 22 Dec 2020 21:02:19 +0100 Subject: [PATCH] (#3971) [pro-mdnsd] fix hooks --- recipes/pro-mdnsd/all/conanfile.py | 1 - recipes/pro-mdnsd/all/test_package/CMakeLists.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/pro-mdnsd/all/conanfile.py b/recipes/pro-mdnsd/all/conanfile.py index 17f94f1b33..6aeb2f0ae2 100644 --- a/recipes/pro-mdnsd/all/conanfile.py +++ b/recipes/pro-mdnsd/all/conanfile.py @@ -1,7 +1,6 @@ import os from conans import ConanFile, CMake, tools from conans.tools import download, unzip -from conans.model.version import Version class mdnsdConan(ConanFile): diff --git a/recipes/pro-mdnsd/all/test_package/CMakeLists.txt b/recipes/pro-mdnsd/all/test_package/CMakeLists.txt index 767075061b..05f65f7340 100644 --- a/recipes/pro-mdnsd/all/test_package/CMakeLists.txt +++ b/recipes/pro-mdnsd/all/test_package/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.1) project(PackageTest) include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)