Skip to content

Commit

Permalink
Fix tdesktop 4.3.4 cld3 bundle build with system protobuf
Browse files Browse the repository at this point in the history
```
.../Telegram/ThirdParty/cld3/build/gen/cld_3/protos/sentence.pb.h:10:10: fatal error: 'google/protobuf/port_def.inc' file not found
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
  • Loading branch information
klemensn authored and john-preston committed Dec 8, 2022
1 parent f4c7f67 commit 0850868
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion external/cld3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,12 @@ if (NOT DESKTOP_APP_USE_PACKAGED)
)
endif()

target_link_libraries(external_cld3_bundled
PRIVATE
${protobuf_lib}
)

target_link_libraries(external_cld3
INTERFACE
external_cld3_bundled
${protobuf_lib}
)

0 comments on commit 0850868

Please sign in to comment.