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
I ran into an issue where my project could not find the header console_bridge/console_bridge.h event though find_package was able to find the package. After further investigation I found that the target console_bridge::console_bridge provided by does not set the targets INTERFACE_INCLUDE_DIRECTORIES, but it does set the cmake variable console_bridge_INCLUDE_DIRS.
I ran into an issue where my project could not find the header
console_bridge/console_bridge.h
event though find_package was able to find the package. After further investigation I found that the targetconsole_bridge::console_bridge
provided by does not set the targets INTERFACE_INCLUDE_DIRECTORIES, but it does set the cmake variableconsole_bridge_INCLUDE_DIRS
.Reproduce:
Output:
The text was updated successfully, but these errors were encountered: