We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57928f4 commit dee137dCopy full SHA for dee137d
CMakeLists.txt
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-cmake_minimum_required(VERSION 3.10)
+cmake_minimum_required(VERSION 3.13)
16
project(LibProtobufMutator CXX)
17
18
enable_language(C)
@@ -154,7 +154,6 @@ if (LIB_PROTO_MUTATOR_EXAMPLES AND (NOT "${LIB_PROTO_MUTATOR_FUZZER_LIBRARIES}"
154
NOT "${FUZZING_FLAGS}" STREQUAL ""))
155
# NOTE: We need the maximum from:
156
# - CMake >=3.10 for libexpat 2.6.4
157
- # - CMake >=3.13 for GoogleTest 1.15.0
158
# - CMake >=3.18 for libxml2 2.13.6
159
cmake_minimum_required(VERSION 3.18)
160
add_subdirectory(examples EXCLUDE_FROM_ALL)
0 commit comments