Skip to content

Commit

Permalink
Set required CMake version to 3.20 in generated code (#325)
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz authored Apr 3, 2024
1 parent 6611443 commit 2a5d467
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 SwigCMake;

swig_cmake(solution) ::= <<

cmake_minimum_required(VERSION 3.22)
cmake_minimum_required(VERSION 3.20)

# SWIG: use standard target name.
if(POLICY CMP0078)
Expand Down

0 comments on commit 2a5d467

Please sign in to comment.