Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
MatPoliquin authored Oct 30, 2023
1 parent 9f9fb5c commit d9aa81e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/ui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d9aa81e

Please sign in to comment.