Skip to content

Commit 2888a3b

Browse files
committed
cmake: bump libprotobuf-mutator
1. google/libprotobuf-mutator#222 2. https://github.com/google/libprotobuf-mutator/releases/tag/v1.3 (cherry picked from commit 5d6d126820f9d48fddaf797c58a54311c4ef0244)
1 parent 979d149 commit 2888a3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"ENABLE_BUILD_PROTOBUF": {
4343
"type": "BOOL",
44-
"value": "FALSE"
44+
"value": "TRUE"
4545
}
4646
}
4747
},

cmake/ProtobufMutator.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include (ExternalProject)
2929
ExternalProject_Add(${LPM_TARGET}
3030
PREFIX ${LPM_TARGET}
3131
GIT_REPOSITORY ${LPM_REPO}
32-
GIT_TAG 212a7be
32+
GIT_TAG v1.3
3333
UPDATE_COMMAND ""
3434
CONFIGURE_COMMAND ${CMAKE_COMMAND} ${LPM_INSTALL_DIR}/src/${LPM_TARGET}
3535
-G${CMAKE_GENERATOR}

0 commit comments

Comments
 (0)