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
Not all the Ogre versions are officially supported in Ignition but most of them can be used to compile the software. It would be useful to provide users with information when they are not using the supported versions.
Alternatives considered
At least a couple of approaches can be done:
Enable unsupported versions using a cmake flag. Fail the build if the versions is not one of the supported ones and implement a flag to enable the configuration to pass with others.
Warn users if the ogre version used is not the officially supported one but leave the configuration to finish.
Implementation suggestion
Not to break people builds out there I think that the safer approach would be to go with 2.
Desired behavior
Not all the Ogre versions are officially supported in Ignition but most of them can be used to compile the software. It would be useful to provide users with information when they are not using the supported versions.
Alternatives considered
At least a couple of approaches can be done:
Enable unsupported versions using a cmake flag. Fail the build if the versions is not one of the supported ones and implement a flag to enable the configuration to pass with others.
Warn users if the ogre version used is not the officially supported one but leave the configuration to finish.
Implementation suggestion
Not to break people builds out there I think that the safer approach would be to go with 2.
Additional context
See problems in #374
The text was updated successfully, but these errors were encountered: