We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09e9af0 + 852b93f commit e0bea33Copy full SHA for e0bea33
CMakeLists.txt
@@ -1,5 +1,5 @@
1
#This file can be used to build binder using preinstalled LLVM/Clang
2
-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.0)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.5.0)
3
PROJECT(binder CXX C)
4
SET(VERSION 1.4.1)
5
option(STATIC "Statically compile Binder. See `documentation/install.rst` for more information." OFF)
0 commit comments