From e5dbaee1316d0b36e8e120b4420c9b92352057a5 Mon Sep 17 00:00:00 2001 From: Alan Wang Date: Fri, 22 Oct 2021 16:09:45 +0800 Subject: [PATCH] docs: update comment (#622) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index acb1e88..7b4520e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ set(CMAKE_LEGACY_CYGWIN_WIN32 0) cmake_minimum_required(VERSION 2.8.5) project(cJSON C) -cmake_policy(SET CMP0054 NEW) # 设置 CMP0054 策略 +cmake_policy(SET CMP0054 NEW) # set CMP0054 policy include(GNUInstallDirs)