This commit is contained in:
TheRaf974 2024-04-26 16:59:56 +08:00 committed by GitHub
commit f075f521f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ project(cJSON
LANGUAGES C)
cmake_policy(SET CMP0054 NEW) # set CMP0054 policy
cmake_policy(SET CMP0077 NEW) # set CMP0077 policy
include(GNUInstallDirs)