Skip to content

Commit

Permalink
chore(cmake): set minimum version to 3.5 to avoid deprecation warning
Browse files Browse the repository at this point in the history
It's a little unclear exactly what it should be, but 3.5 will at least
silence the warnings.  Most distros should be offering an option or we
sort out patches as needed.

Signed-off-by: Chris Patterson <[email protected]>
  • Loading branch information
cjp256 committed Sep 30, 2024
1 parent c0a2d71 commit a39c23b
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,4 +1,4 @@
cmake_minimum_required(VERSION 3.0.0)
cmake_minimum_required(VERSION 3.5)
project(azure-vm-utils VERSION 0.1.0 LANGUAGES C)

if(NOT DEFINED VERSION)
Expand Down

0 comments on commit a39c23b

Please sign in to comment.