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)