rticommunity / rticonnextdds-cmake-utils

This repository provides modules and scripts that simplify the process of building and running RTI Connext applications using CMake.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add C++98 as a Codegen supported language

lulivi opened this issue · comments

commented

System information

  • Affected script: ConnextDdsCodegen.cmake
  • Affected repository:
  • Operating system:
  • Compiler:
  • Compiler version:
  • Additional information:

What is the current behavior?

Steps to reproduce the issue

Expected behavior

With Connext 7.0.0, the C++ language raises a warning in Codegen. The correct name is C++98. We need to allow this one in the script.

Suggested solutions