Skip to content

Commit e0bea33

Browse files
authored
Merge pull request #339 from RosettaCommons/cmake-version-update
update CMake minimal version requirement
2 parents 09e9af0 + 852b93f commit e0bea33

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
#This file can be used to build binder using preinstalled LLVM/Clang
2-
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.0)
2+
CMAKE_MINIMUM_REQUIRED(VERSION 3.5.0)
33
PROJECT(binder CXX C)
44
SET(VERSION 1.4.1)
55
option(STATIC "Statically compile Binder. See `documentation/install.rst` for more information." OFF)

0 commit comments

Comments
 (0)