Skip to content

Commit

Permalink
Lower cmake required version to 3.9
Browse files Browse the repository at this point in the history
I don't think we actually need 3.10, and some build hosts we have
internally use cmake 3.9.
  • Loading branch information
sas committed Aug 20, 2018
1 parent edb0924 commit 4e8cd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## PATENTS file in the same directory.
##

cmake_minimum_required(VERSION 3.10)
cmake_minimum_required(VERSION 3.9)
cmake_policy(SET CMP0054 NEW)
set(CMAKE_EXPORT_COMPILE_COMMANDS TRUE)

Expand Down

0 comments on commit 4e8cd87

Please sign in to comment.