From 7509b4a44b292e4d8ac7062994fb98f2c073e6da Mon Sep 17 00:00:00 2001 From: Tian jianyong <11429339@qq.com> Date: Thu, 6 Feb 2025 16:54:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20CMakeLists.txt=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8CCentos=E4=BD=BF=E7=94=A8=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E7=9A=84=20nlohmann=5Fjson=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E6=8C=87=E5=AE=9A=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 913cea4..987a681 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ if(APPLE) FetchContent_MakeAvailable(nlohmann_json) else() # CentOS 使用系统安装的包 - find_package(nlohmann_json 3.11.3 REQUIRED) + find_package(nlohmann_json REQUIRED) # 验证系统包路径 if(NOT TARGET nlohmann_json::nlohmann_json)