docs: update comment (#622)

This commit is contained in:
Alan Wang 2021-10-22 16:09:45 +08:00 committed by GitHub
parent 189dcde644
commit e5dbaee131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)