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

FindRTIConnextDDS.cmake should set <LIBRARY_NAME>_LIBRARIES variable in PARENT_SCOPE

colmenero opened this issue · comments

Description

get_all_library_variables should set <LIBRARY_NAME>_LIBRARIES variable in PARENT_SCOPE. That way we can know not only if the library is found, but also the link mode and where it is.