Skip to content

Commit 1b9a63b

Browse files
committed
cmake: specify minimum patch version
1 parent 9986b16 commit 1b9a63b

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.8)
1+
cmake_minimum_required(VERSION 2.8.6)
22
project(pfasst)
33

44
list(APPEND CMAKE_MODULE_PATH ${pfasst_SOURCE_DIR}/cmake)

0 commit comments

Comments
 (0)