<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- CMakeLists.txt	2023-11-23 23:50:17.000000000 +0800
+++ CMakeLists.txt	2024-01-03 22:33:00.000000000 +0800
@@ -93,9 +93,8 @@
     add_sanitizers(jse)
 endif()
 
-
 # Json (MIT)
-include(json)
+find_package(nlohmann_json)
 target_link_libraries(jse PUBLIC nlohmann_json::nlohmann_json)
 
 ################################################################################
</pre></body></html>