Fix CMP0173 CMake warning - does nothing and build itself works

master
Ansariel 2025-06-28 03:01:09 +02:00
parent 8be46ca3f9
commit 44dfdb8f16
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ elseif (WINDOWS)
legacy_stdio_definitions
)
else()
include(CMakeFindFrameworks)
#include(CMakeFindFrameworks) # <FS:Ansariel> Triggers CMP0173 and does nothing if policy is not set to OLD
find_library(COREFOUNDATION_LIBRARY CoreFoundation)
find_library(CARBON_LIBRARY Carbon)
find_library(COCOA_LIBRARY Cocoa)