Skip to content

Commit

Permalink
Bump cmake_minimum_required to 3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Jan 29, 2025
1 parent 0a7b06b commit 880b446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

cmake_minimum_required(VERSION 3.20)
cmake_minimum_required(VERSION 3.23)
message(STATUS "Building using CMake version: ${CMAKE_VERSION}")

# https://www.cmake.org/cmake/help/latest/policy/CMP0025.html
Expand Down

0 comments on commit 880b446

Please sign in to comment.