This is an automated email from the ASF dual-hosted git repository. lordgamez pushed a commit to branch MINIFICPP-2458 in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
commit 87e31c93e798446793c76835fe0e27d71c9bf169 Author: Gabor Gyimesi <[email protected]> AuthorDate: Tue Aug 26 18:45:25 2025 +0200 Make jsoncons system headers --- cmake/Jsoncons.cmake | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cmake/Jsoncons.cmake b/cmake/Jsoncons.cmake index 82ae6d2ff..559a711cf 100644 --- a/cmake/Jsoncons.cmake +++ b/cmake/Jsoncons.cmake @@ -20,8 +20,9 @@ include(FetchContent) set(JSONCONS_BUILD_TESTS OFF CACHE BOOL "" FORCE) FetchContent_Declare(jsoncons - URL https://github.com/danielaparker/jsoncons/archive/refs/tags/v1.3.2.tar.gz - URL_HASH SHA256=f22fb163df1a12c2f9ee5f95cad9fc37c6cfbefe0ae6f30aba7440832ef70fbe - ) + URL https://github.com/danielaparker/jsoncons/archive/refs/tags/v1.3.2.tar.gz + URL_HASH SHA256=f22fb163df1a12c2f9ee5f95cad9fc37c6cfbefe0ae6f30aba7440832ef70fbe + SYSTEM +) FetchContent_MakeAvailable(jsoncons)
