Remove anoying warning from cmake

This commit is contained in:
Miodrag Milanovic 2023-03-08 11:08:36 +01:00 committed by myrtle
parent ff14547601
commit 12911a7470

View File

@ -1,4 +1,5 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11)
CMAKE_MINIMUM_REQUIRED(VERSION 3.13)
PROJECT(QtPropertyBrowser)
##################### Look for required libraries ######################