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
Until #342OGRE2_RESOURCE_PATH could only be defined as a CMake variable with a single string, while since #342OGRE2_RESOURCE_PATH can also be a list of string.
Until #342
OGRE2_RESOURCE_PATH
could only be defined as a CMake variable with a single string, while since #342OGRE2_RESOURCE_PATH
can also be a list of string.In the case in which
OGRE2_RESOURCE_PATH
is a list of strings, downstream projects that considerOGRE2_RESOURCE_PATH
to be a single string (such as gz-rendering, see https://github.com/gazebosim/gz-rendering/blob/gz-rendering7_7.4.0/ogre2/src/CMakeLists.txt#L21), a string that starts with"
but not ended with"
is passed to the compiler, resulting in this error:Environment
Steps to reproduce
This happened on conda-forge builds, but could happen on any platform in which
OGRE2_RESOURCE_PATH
ends up being a list.The text was updated successfully, but these errors were encountered: