cmake - remove trailing spaces

This commit is contained in:
Andrej730
2025-09-18 18:17:35 +05:00
parent 4cbad8804f
commit 4505ed1c98
+2 -2
View File
@@ -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()