Skip to content

Commit cea2572

Browse files
author
Asa Zernik
committed
Bump cmake_minimum_required to reflect usage of newer features
Among other things: NAMELINK_COMPONENT argument to install() was added in 3.12 DESTINATION was only made optional in install() in 3.13
1 parent d6f6f9d commit cea2572

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,5 +1,5 @@
11
# cmake build file for liquid-dsp
2-
cmake_minimum_required(VERSION 3.10)
2+
cmake_minimum_required(VERSION 3.13)
33

44
# parse version number from include/liquid.h
55
include(cmake/version.cmake)

0 commit comments

Comments
 (0)