Skip to content

Commit ce24207

Browse files
author
Grok Compression
committed
cmake: update ucm minimum cmake version to 3.5
Thanks to Daeho Ro for the suggestion. Closes #376
1 parent 5f1a8a7 commit ce24207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ucm.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The documentation can be found at the library's page:
1111
# https://github.com/onqtam/ucm
1212

13-
cmake_minimum_required(VERSION 2.8.12)
13+
cmake_minimum_required(VERSION 3.5)
1414

1515
include(CMakeParseArguments)
1616

0 commit comments

Comments
 (0)