Skip to content

Commit

Permalink
Also increase cmake minimum version
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Sep 13, 2023
1 parent cc9171a commit 404ab20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group CMakeLists;

cmakelists(solution, test) ::= <<

cmake_minimum_required(VERSION 3.16.3)
cmake_minimum_required(VERSION 3.22)

project("generated_code")

Expand Down

0 comments on commit 404ab20

Please sign in to comment.