ci: Configure clazy job to build with system jsoncpp

Extend commit bdb9d818d2 (ci: Add lint job to run clazy on our
C++ code, 2025-07-22) to avoid linting third-party jsoncpp code.
This commit is contained in:
Brad King
2025-07-29 14:56:23 -04:00
parent 60502d75b7
commit 15f788814e

View File

@@ -1,4 +1,5 @@
set(configure_no_sccache 1)
set(CMake_QT_MAJOR_VERSION "5" CACHE STRING "")
set(CMAKE_USE_SYSTEM_JSONCPP ON CACHE BOOL "")
include("${CMAKE_CURRENT_LIST_DIR}/configure_fedora42_common.cmake")