Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow cmake dependencies to be interfaces
In some cases (see bincrafters/community#1181), the dependencies can be library interfaces. As CMake's get_target_property is not tolerant about what properties can be extracted on different library types, it is necessary to make a distinction between interface libraries and plain libraries
- Loading branch information