Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/test_config.hh.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// Configure tests based on installed render engines
// ogre 1.x and ogre 2.x tests can not be run at the same time
// so use only ogre2 by default.
#if WITH_OGRE2 && !defined(__APPLE__)
#if WITH_OGRE2
static const std::vector<const char *> kRenderEngineTestValues{"ogre2"};
#elif WITH_OGRE
static const std::vector<const char *> kRenderEngineTestValues{"ogre"};
Expand Down
Loading