Skip to content

Commit 32b9b43

Browse files
authored
Merge pull request #100 from qw-ctf/master
BUILD: Bump cmake limit to 3.9.0 to allow LTO.
2 parents d67ecc4 + c0ae2df commit 32b9b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.4.0)
1+
cmake_minimum_required(VERSION 3.9.0)
22

33
set(CMAKE_VERBOSE_MAKEFILE ON)
44

0 commit comments

Comments
 (0)