Skip to content

Commit

Permalink
unbreak cmake build
Browse files Browse the repository at this point in the history
It was trying to use third_party/valgrind.h header which I recently
removed.
  • Loading branch information
alk committed Feb 21, 2021
1 parent be0bbdb commit d7cbc8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,7 @@ set(LOGGING_INCLUDES
src/base/logging.h
src/base/commandlineflags.h
src/base/basictypes.h
src/base/dynamic_annotations.h
src/third_party/valgrind.h)
src/base/dynamic_annotations.h)
set(liblogging_la_SOURCES src/base/logging.cc
src/base/dynamic_annotations.c
${LOGGING_INCLUDES})
Expand Down

0 comments on commit d7cbc8c

Please sign in to comment.