aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c995007663d..11fc48647c8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -54,6 +54,8 @@ find_package(GTest REQUIRED)
set(PYBIND11_FIND_PYTHON ON)
find_package(pybind11 CONFIG REQUIRED)
+find_package(Protobuf REQUIRED)
+
include(build_settings.cmake)
# Enable CTest unit testing