Skip to content

Commit

Permalink
Explicitly include GTest package in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruskal-google committed May 4, 2023
1 parent 8046eed commit 5191c3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 5191c3b

Please sign in to comment.