From d9aa81e7b988bbd0ad9c8e392a203c4b81bfeb0f Mon Sep 17 00:00:00 2001 From: Mathieu Poliquin Date: Mon, 30 Oct 2023 10:59:03 +0800 Subject: [PATCH] Update CMakeLists.txt --- src/ui/CMakeLists.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index b1a01a9e..0b074e46 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -10,10 +10,9 @@ file(GLOB SRC *.cpp) set(RETRO_EXTRA) # Temporarily disable CapnProto until we upgrade it to a newer version -set(CapnProto_FOUND OFF) -if(CapnProto_FOUND) - list(APPEND RETRO_EXTRA retro-capnp) -endif() +#if(CapnProto_FOUND) +# list(APPEND RETRO_EXTRA retro-capnp) +#endif() get_target_property(QT_TYPE Qt5::Core TYPE)