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
Ubuntu jammy provides a libogre-next package that ships a custom CMake helper that can potentially work mostly on its own (see the patch used for ign-rendering code).
Desired behavior
IgnOGRE2 to support the Ubuntu Jammy ogre-next installation.
Alternatives considered
Until now, the alternative is to patch code to avoid IgnOGRE2 and use CMake diretly.
Implementation suggestion
Try to support the Ubuntu jammy versions transparently with the other installations existing out there.
Additional context
The root of the problem is the design of OGRE-Next to be an embedded piece of software inside other projects. This is hard to workaround and the origin of the IgnOGRE2 module.
The text was updated successfully, but these errors were encountered:
something seems odd about the cmake version detection for libogre-next-dev. I just tried configuring cmake on a 22.04 container with a small patch to search for the OGRE-Next cmake package, and I see the following, noting the version: unknown:
CMake Warning at /usr/share/cmake/ignition-cmake2/cmake2/IgnUtils.cmake:189 (find_package):
Could not find a configuration file for package "OGRE-Next" that is
compatible with requested version "2.2.0".
The following configuration files were considered but not accepted:
/usr/lib/x86_64-linux-gnu/cmake/OGRE-Next/OGRE-NextConfig.cmake, version: unknown
/lib/x86_64-linux-gnu/cmake/OGRE-Next/OGRE-NextConfig.cmake, version: unknown
Ubuntu jammy provides a libogre-next package that ships a custom CMake helper that can potentially work mostly on its own (see the patch used for ign-rendering code).
Desired behavior
IgnOGRE2 to support the Ubuntu Jammy ogre-next installation.
Alternatives considered
Until now, the alternative is to patch code to avoid IgnOGRE2 and use CMake diretly.
Implementation suggestion
Try to support the Ubuntu jammy versions transparently with the other installations existing out there.
Additional context
The root of the problem is the design of OGRE-Next to be an embedded piece of software inside other projects. This is hard to workaround and the origin of the IgnOGRE2 module.
The text was updated successfully, but these errors were encountered: