You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like a dup of #12693, #12637, #12292.
I use ADD_SUBDIRECTORY("src/deps/protobuf") in the root and the following is the CMakeLists.txt in the sub dir:
Anything I can do? I only want to use cmake to build the project, no manually git clone or installing an external abseil. Neither including absl in my own CMakelists.txt.
The text was updated successfully, but these errors were encountered:
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please add a comment.
This issue is labeled inactive because the last activity was over 90 days ago.
We triage inactive PRs and issues in order to make it easier to find active work. If this issue should remain active or becomes active again, please reopen it.
This issue was closed and archived because there has been no new activity in the 14 days since the inactive label was added.
Seems like a dup of #12693, #12637, #12292.
I use
ADD_SUBDIRECTORY("src/deps/protobuf")
in the root and the following is the CMakeLists.txt in the sub dir:Then I see
libprotobuf.lib
is built successfully, but it can't build the main.exe which includeslibprotobuf.lib
andpb.cc
s:Anything I can do? I only want to use cmake to build the project, no manually
git clone
or installing an external abseil. Neither including absl in my own CMakelists.txt.The text was updated successfully, but these errors were encountered: