summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMatt Morehouse <mascasa@google.com>2017-10-11 20:45:10 +0000
committerMatt Morehouse <mascasa@google.com>2017-10-11 20:45:10 +0000
commit57a445eedd1abcb1e99a664fe687358844f64386 (patch)
treebfaf93e15e661ad46a1a4f122c3b24a0ddfdef70 /cmake
parent83aa10497af070cf589b373d04cf4f6791d4f48f (diff)
[clang-fuzzer] Build with newer protobuf-mutator.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@315506 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/ProtobufMutator.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/ProtobufMutator.cmake b/cmake/modules/ProtobufMutator.cmake
index ade2f1d673..3c1804b8ca 100644
--- a/cmake/modules/ProtobufMutator.cmake
+++ b/cmake/modules/ProtobufMutator.cmake
@@ -6,7 +6,7 @@ set(PBM_FUZZ_LIB_PATH ${PBM_PATH}/src/libfuzzer/libprotobuf-mutator-libfuzzer.a)
ExternalProject_Add(${PBM_PREFIX}
PREFIX ${PBM_PREFIX}
GIT_REPOSITORY https://github.com/google/libprotobuf-mutator.git
- GIT_TAG 17789d1
+ GIT_TAG e4eae60
CONFIGURE_COMMAND ${CMAKE_COMMAND} -G${CMAKE_GENERATOR}
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}