From 220cf1287fdec77d373cf8797d29e6f7ec47b66c Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Tue, 2 Apr 2024 23:02:14 -0400 Subject: [PATCH] Turn on CMake FindProtobuf for CI --- .gitlab/Fedora-Linux-CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/Fedora-Linux-CI.yml b/.gitlab/Fedora-Linux-CI.yml index fe0ab93232..2e90f02492 100644 --- a/.gitlab/Fedora-Linux-CI.yml +++ b/.gitlab/Fedora-Linux-CI.yml @@ -28,6 +28,7 @@ -DKICAD_BUILD_I18N=ON -DKICAD_TEST_XML_OUTPUT=ON -DKICAD_BUILD_PNS_DEBUG_TOOL=ON + -DKICAD_USE_CMAKE_FINDPROTOBUF=ON ../../ - ninja 2>&1 | tee compilation_log.txt - cd ../../