aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2023-03-13 12:15:02 +0000
committerTor Egge <Tor.Egge@online.no>2023-03-13 12:15:02 +0000
commite77611a6e5ac63f48929e68357f11aeba21c7a77 (patch)
treed0466362423303dc0c727c6ace21f9f92c4b6d9f /CMakeLists.txt
parente73005677cdbc12d1cb613e3020b4fa0dbaef268 (diff)
Adjust default build settings for Ubuntu 22.04.
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