Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add IMPORTED_CONFIGURATIONS property for CMake targets
Some frameworks use the property in order to find libraries, e.g. like https://github.com/ros/catkin/blob/noetic-devel/cmake/catkin_libraries.cmake#L150 In order to support these kind of usages, this commit adds the property to all targets. This should solve #14606 and #16688.
- Loading branch information