reduce required cmake version to 3.5

This commit is contained in:
Daniel Poelzleithner 2022-06-30 11:43:12 +02:00
parent f02bf700c1
commit e6f3427c5f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# preamble
project( Lsyncd )
cmake_minimum_required( VERSION 3.10 )
cmake_minimum_required( VERSION 3.5 )
set( LSYNCD_VERSION 2.3.0 )
set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/" )