Skip to content

Commit 061cfb0

Browse files
committed
Merge pull request #153 from torbjoernk/feature/cmake-version
cmake: specify minimum patch version
2 parents 9986b16 + 1b9a63b commit 061cfb0

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)