From c861a4420f38bf48e8775b705aaa933a73952169 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Wed, 4 Dec 2024 17:53:45 +0100 Subject: [PATCH] Remove optix from Mac Signed-off-by: Jose Luis Rivero --- test/test_config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_config.h.in b/test/test_config.h.in index 45f15ae5c..c24fa7bea 100644 --- a/test/test_config.h.in +++ b/test/test_config.h.in @@ -15,7 +15,7 @@ /// \todo(anyone) re-enable ogre2 test once ogre 2.2 works on macOS #ifdef __APPLE__ -static const std::vector kRenderEngineTestValues{"ogre", "optix"}; +static const std::vector kRenderEngineTestValues{"ogre"}; #else /// We can not mix ogre and ogre2 tests in Fortress for a single test file /// prefer here ogre2 over ogre.