Skip to content

Commit

Permalink
third_party: update googletest to current main
Browse files Browse the repository at this point in the history
Update the pinned revision for googletest to pick up
google/googletest#2815 which should allow us to repair the macOS builds.

Add dependency tracking to try to avoid a build race with capstone and
libbloaty.
  • Loading branch information
compnerd committed Nov 10, 2022
1 parent c8d4c1f commit a4998d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,9 @@ add_library(libbloaty STATIC
third_party/demumble/third_party/libcxxabi/cxa_demangle.cpp
)
set_property(TARGET libbloaty PROPERTY FOLDER "bloaty")
if(NOT CAPSTONE_FOUND)
add_dependencies(libbloaty capstone-static)
endif()

if(UNIX OR MINGW)
set(LIBBLOATY_LIBS libbloaty)
Expand Down
2 changes: 1 addition & 1 deletion third_party/googletest
Submodule googletest updated 211 files

0 comments on commit a4998d5

Please sign in to comment.