Skip to content

Commit

Permalink
Default OGRE_USE_NEW_PROJECT_NAME = ON for 4.0
Browse files Browse the repository at this point in the history
As per documentation, OGRE_USE_NEW_PROJECT_NAME defaults to off in 3.0
and defaults to on in 4.0
  • Loading branch information
darksylinc committed Oct 15, 2024
1 parent ade72b9 commit c125d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ endif ()
# OgreAddTargets and OgreConfigTargets make use of OGRE_NEXT and OGRE_NEXT_PREFIX
option(OGRE_USE_NEW_PROJECT_NAME
"Libraries containing Ogre name will be called OgreNext, e.g. 'OgreNext.dll' instead of 'Ogre.dll'"
FALSE)
TRUE)

if( OGRE_USE_NEW_PROJECT_NAME )
set( OGRE_NEXT "OgreNext" )
Expand Down

0 comments on commit c125d41

Please sign in to comment.