Skip to content

Commit

Permalink
Bump required minimum CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Jul 14, 2024
1 parent aad3020 commit 43b449d
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 @@ -15,7 +15,7 @@ if("${CMAKE_HOST_SYSTEM_NAME}" STREQUAL "Windows")
message(STATUS "Platform version: ${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION}")
endif()

cmake_minimum_required(VERSION 3.11)
cmake_minimum_required(VERSION 3.21)
project(allwpilib)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")

Expand Down

0 comments on commit 43b449d

Please sign in to comment.