We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3371b commit 318fd83Copy full SHA for 318fd83
CMakeLists.txt
@@ -84,7 +84,7 @@ gz_find_package(GzOGRE VERSION 1.9.0
84
# Display a warning for the users on this setup unless they provide
85
# USE_UNOFFICIAL_OGRE_VERSIONS flag
86
if (NOT USE_UNOFFICIAL_OGRE_VERSIONS)
87
- if (${OGRE_VERSION} VERSION_GREATER_EQUAL 1.10.0)
+ if (OGRE_VERSION VERSION_GREATER_EQUAL 1.10.0)
88
GZ_BUILD_WARNING("Ogre 1.x versions greater than 1.9 are not officially supported."
89
"The software might compile and even work but support from upstream"
90
"could be reduced to accepting patches for newer versions")
0 commit comments