You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
I'm trying to build from source on Foxy this cloudwatchmetrics-ros2 package. I am currently experience an error with a CMakeLists file that are giving this feedback in the ament_export_libraries() function as described below:
CMake Error at /opt/ros/foxy/share/ament_cmake_export_libraries/cmake/ament_export_libraries.cmake:83 (get_target_property):
INTERFACE_LIBRARY targets may only have whitelisted properties. The
property "IMPORTED_LOCATION" is not allowed.
Call Stack (most recent call first):
CMakeLists.txt:126 (ament_export_libraries)
CMake Error at /opt/ros/foxy/share/ament_cmake_export_libraries/cmake/ament_export_libraries.cmake:90 (get_target_property):
INTERFACE_LIBRARY targets may only have whitelisted properties. The
property "IMPORTED_LOCATION__imported_configurations-NOTFOUND" is not
allowed.
Call Stack (most recent call first):
CMakeLists.txt:126 (ament_export_libraries)
Do you guys know what this property is supposed to do? I look into the CMake docs, but I did not found anything useful.
There are any plans to port this package to Foxy anytime soon? The docs say that Dashing will only be supported until April of 2021.
The text was updated successfully, but these errors were encountered:
Hello!
I'm trying to build from source on Foxy this cloudwatchmetrics-ros2 package. I am currently experience an error with a CMakeLists file that are giving this feedback in the ament_export_libraries() function as described below:
Do you guys know what this property is supposed to do? I look into the CMake docs, but I did not found anything useful.
There are any plans to port this package to Foxy anytime soon? The docs say that Dashing will only be supported until April of 2021.
The text was updated successfully, but these errors were encountered: