summaryrefslogtreecommitdiff
path: root/cmake/modules
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2017-08-22 05:18:28 +0000
committerVitaly Buka <vitalybuka@google.com>2017-08-22 05:18:28 +0000
commitc53cc0a19f751bddd7beb7438dd114d0169fb783 (patch)
tree15ed8b6ecc4a324b4a566be90f4e3b2328ad1087 /cmake/modules
parente6cb65611095e589eb5002f63705bb1b667bed89 (diff)
downloadclang-c53cc0a19f751bddd7beb7438dd114d0169fb783.tar.gz
Update libprotobuf-mutator revision
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311428 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/modules')
-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 11ad2995ce..ade2f1d673 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 34287f8
+ GIT_TAG 17789d1
CONFIGURE_COMMAND ${CMAKE_COMMAND} -G${CMAKE_GENERATOR}
-DCMAKE_C_COMPILER=${CMAKE_C_COMPILER}
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}