CMakeLists.txt: bump minimum cmake version
Removes warnings and fixes rpath issues on macOS Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
ca3f6d0cdb
commit
6339204c21
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
cmake_minimum_required(VERSION 3.13)
|
||||
INCLUDE(CheckLibraryExists)
|
||||
INCLUDE(CheckFunctionExists)
|
||||
|
||||
|
|
Loading…
Reference in a new issue