eProsima / Fast-DDS-Gen

Fast-DDS IDL code generator tool. Looking for commercial support? Contact info@eprosima.com
Apache License 2.0
77 stars 59 forks source link

Require minimum versions on CMakeLists template. #224

Closed MiguelCompany closed 10 months ago

MiguelCompany commented 10 months ago

The code generated is now designed for Fast CDR >= 2.0 and Fast DDS >= 2.12, so the generated CMakeLists.txt should require those versions.

MiguelCompany commented 10 months ago

Please, increase cmake_minimum_required to 3.22 as fastcdr and fastdds.

cmake_minimum_required(VERSION 3.22)

404ab20