Skip to content

Commit

Permalink
update cmake_minimum_required version to 3.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwendt committed Oct 14, 2022
1 parent 37585a9 commit d95708e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/examples/basic/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) 2020-2022, NVIDIA CORPORATION.

cmake_minimum_required(VERSION 3.18)
cmake_minimum_required(VERSION 3.23.1)

project(
basic_example
Expand Down
2 changes: 1 addition & 1 deletion cpp/examples/strings/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright (c) 2022, NVIDIA CORPORATION.

cmake_minimum_required(VERSION 3.18)
cmake_minimum_required(VERSION 3.23.1)

project(
strings_examples
Expand Down

0 comments on commit d95708e

Please sign in to comment.