From c26d4ba0134f4e36e7cce84b31fe5f75c9d58c73 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Wed, 18 Apr 2018 15:47:19 +0200 Subject: [PATCH] Remove cmake version constraint from CMake package --- cmake/FairLoggerConfig.cmake.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/FairLoggerConfig.cmake.in b/cmake/FairLoggerConfig.cmake.in index 24596d6..9a1f82b 100644 --- a/cmake/FairLoggerConfig.cmake.in +++ b/cmake/FairLoggerConfig.cmake.in @@ -6,8 +6,6 @@ # copied verbatim in the file "LICENSE" # ################################################################################ -cmake_minimum_required(VERSION 3.9.4 FATAL_ERROR) - @PACKAGE_INIT@ ### General variables for project discovery/inspection