Skip to content

Commit

Permalink
Merge pull request #38 from AntelopeIO/cmake_min_bump
Browse files Browse the repository at this point in the history
opt in to cmake policies through 3.31 to silence cmake warning
  • Loading branch information
spoonincode authored Jan 8, 2025
2 parents 8acd515 + 3f7a58c commit 2546dbc
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,5 +1,5 @@
# Defines AppBase library target.
cmake_minimum_required( VERSION 3.5 )
cmake_minimum_required( VERSION 3.8...3.31 )
project( AppBase )

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules")
Expand Down

0 comments on commit 2546dbc

Please sign in to comment.