Skip to content

Commit

Permalink
Disable capnproto in UI CMakeLists.txt to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
MatPoliquin authored Oct 29, 2023
1 parent 8e76378 commit 2c1383b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ file(GLOB SRC *.cpp)

set(RETRO_EXTRA)

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)

Expand Down

0 comments on commit 2c1383b

Please sign in to comment.