From 74bc4d6bae54181c59aa2ce68f6381244feba4f3 Mon Sep 17 00:00:00 2001 From: JD Cole Date: Sun, 15 Jan 2023 11:22:08 -0800 Subject: [PATCH] Upgraded NanoGUI to fix Apple M1 build issue. In previous version of NanoGUI M1 architecture wasn't detected properly (used CMAKE_OSX_ARCHITECTURES vs. CMAKE_SYSTEM_ARCH...) --- source/MaterialXView/NanoGUI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/MaterialXView/NanoGUI b/source/MaterialXView/NanoGUI index ef1f25834b..f5020e2f3e 160000 --- a/source/MaterialXView/NanoGUI +++ b/source/MaterialXView/NanoGUI @@ -1 +1 @@ -Subproject commit ef1f25834b7dbc49a637cec9c9aaa21adf468f9a +Subproject commit f5020e2f3e5114d517642e67afbb21cb88cf04c0