Explicitly include GTest package in examples

pull/12668/head
Mike Kruskal 2 years ago
parent 8046eed6a1
commit 5191c3b264
  1. 2
      examples/CMakeLists.txt

@ -4,6 +4,8 @@ cmake_minimum_required(VERSION 2.8.12)
# Project
project(protobuf-examples)
find_package(GTest REQUIRED CONFIG)
# Find required protobuf package
find_package(protobuf CONFIG REQUIRED)

Loading…
Cancel
Save