Skip to content

Commit

Permalink
Disable capnproto in UI CMakeLists.txt to fix link error when buildin…
Browse files Browse the repository at this point in the history
…g integration tool (#78)
  • Loading branch information
MatPoliquin authored Oct 30, 2023
1 parent 52a4019 commit 9345c89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
file(GLOB SRC *.cpp)

set(RETRO_EXTRA)

if(CapnProto_FOUND)
list(APPEND RETRO_EXTRA retro-capnp)
endif()
# Temporarily disable CapnProto until we upgrade it to a newer version
#if(CapnProto_FOUND)
# list(APPEND RETRO_EXTRA retro-capnp)
#endif()

get_target_property(QT_TYPE Qt5::Core TYPE)

Expand Down

0 comments on commit 9345c89

Please sign in to comment.