Skip to content

Commit 6339204

Browse files
committed
CMakeLists.txt: bump minimum cmake version
Removes warnings and fixes rpath issues on macOS Signed-off-by: Felix Fietkau <[email protected]>
1 parent ca3f6d0 commit 6339204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 2.6)
1+
cmake_minimum_required(VERSION 3.13)
22
INCLUDE(CheckLibraryExists)
33
INCLUDE(CheckFunctionExists)
44

0 commit comments

Comments
 (0)