Skip to content

Commit

Permalink
update cmake_minimum_required to 3.22.1 (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
dneto0 authored Jan 6, 2025
1 parent 57de664 commit 94e64bb
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 @@ -13,7 +13,7 @@
# limitations under the License.


cmake_minimum_required(VERSION 3.13.4)
cmake_minimum_required(VERSION 3.22.1)

# Enable ccache if installed. Use all default options currently:
# https://ccache.dev/manual/latest.html#_configuration_options
Expand Down

0 comments on commit 94e64bb

Please sign in to comment.