From 4505ed1c987bff71847dbfc5139caa45f43a678a Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 18 Sep 2025 18:17:35 +0500 Subject: [PATCH] cmake - remove trailing spaces --- cmake/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 233f765b20..e9ef5d9ed3 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -267,13 +267,13 @@ if(GLTF_SUPPORT OR CITYJSON_SUPPORT) message(STATUS "Unable to find nlohmann_json package, trying to find it as a header-only library.") endif() endif() - + if(NOT nlohmann_json_DIR) clear_wasm_sysroot() find_path(json_header_path "nlohmann/json.hpp" HINTS ${JSON_INCLUDE_DIR}) restore_wasm_sysroot() set(JSON_INCLUDE_DIR ${json_header_path}) - + if(json_header_path) message(STATUS "JSON for Modern C++ header file found in '${JSON_INCLUDE_DIR}'.") else()