From 8fe1ac23d3ede280e6721c39ed85441ffebdcb73 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 28 Apr 2024 11:27:26 -0400 Subject: [PATCH] [processes] Small updates to new avendish processes --- 3rdparty/avendish | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/avendish b/3rdparty/avendish index df3a84fe99..d4cc209e1e 160000 --- a/3rdparty/avendish +++ b/3rdparty/avendish @@ -1 +1 @@ -Subproject commit df3a84fe99627fa5ecf3a0dd70f2ae4278579fb8 +Subproject commit d4cc209e1ebef9d4b3c9569ad376ccd93ebc3c8c diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f6a414c19..5146b57a18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -190,7 +190,7 @@ find_package(${QT_VERSION} REQUIRED StateMachine OpenGLWidgets Qml - ShaderTools + ShaderTools Quick QmlModels ) if(EMSCRIPTEN)