1
0
mirror of https://github.com/DaveGamble/cJSON synced 2025-04-16 20:17:37 +00:00

CMake - Updating option behavior (CMP0077 )

Fix for [Issue 817](https://github.com/DaveGamble/cJSON/issues/817)
This commit is contained in:
TheRaf974 2023-12-31 15:25:35 +04:00
parent 87d8f0961a
commit e51d7b9931

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)