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

Provide a variable to control the Connext libraries build type without forcing one by default

lulivi opened this issue · comments

commented

Issue information

Field Value
Jira issue key INSTALL-793
OS(s) --
Connext version(s) --
Connext architecture(s) --

Description

Provide by default the Connext libraries in the same build type as the currently building one (E.g.: if -DCMAKE_BUILD_TYPE=Release, use the Release Connext libraries).

Steps to reproduce the issue

Expected behavior

Suggested solutions