Skip to content

Commit

Permalink
Update CMakeLists.txt (#583)
Browse files Browse the repository at this point in the history
Update the `cmake_minimum_required` version to 3.16.9. The submodule
`external/benchmark` requires 3.16.3, so we bump the main repo to
require the last patch version from 3.16.x.
  • Loading branch information
lgrz authored May 31, 2024
1 parent 277cbe9 commit 36add4d
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
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.16.9)
cmake_policy(SET CMP0074 NEW)

project(PISA CXX C)
Expand Down

0 comments on commit 36add4d

Please sign in to comment.