Remove cmake version constraint from CMake package

This commit is contained in:
Dennis Klein 2018-04-18 15:47:19 +02:00
parent 661bd88d81
commit c26d4ba013
No known key found for this signature in database
GPG Key ID: 08E62D23FA0ECBBC

View File

@ -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