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

Include security examples definition in FindPackage

lulivi opened this issue · comments

commented

Issue information

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

Description

Currently we are not adding the RTI_STATIC definition when compiling in static mode and this avoid us to be able to build statically the security examples using the security plugins. Adding this definition to the core imported target when compiling in static mode, will include the security headers and therefore use the security plugins.

Steps to reproduce the issue

Expected behavior

Suggested solutions