1 diff -Naur cmake-3.25.1-old/Source/CMakeLists.txt cmake-3.25.1-new/Source/CMakeLists.txt
2 --- cmake-3.25.1-old/Source/CMakeLists.txt 2022-11-30 10:57:03.000000000 -0300
3 +++ cmake-3.25.1-new/Source/CMakeLists.txt 2022-12-19 01:00:08.412064304 -0300
5 # On Apple we need CoreFoundation and CoreServices
7 target_link_libraries(CMakeLib PUBLIC "-framework CoreFoundation")
8 - target_link_libraries(CMakeLib PUBLIC "-framework CoreServices")
11 if(WIN32 AND NOT UNIX)
12 diff -Naur cmake-3.25.1-old/Source/cmGlobalXCodeGenerator.cxx cmake-3.25.1-new/Source/cmGlobalXCodeGenerator.cxx
13 --- cmake-3.25.1-old/Source/cmGlobalXCodeGenerator.cxx 2022-11-30 10:57:03.000000000 -0300
14 +++ cmake-3.25.1-new/Source/cmGlobalXCodeGenerator.cxx 2022-12-19 01:00:56.065135169 -0300
17 #if !defined(CMAKE_BOOTSTRAP) && defined(__APPLE__)
18 # include <CoreFoundation/CoreFoundation.h>
19 -# if !TARGET_OS_IPHONE
20 -# define HAVE_APPLICATION_SERVICES
21 -# include <ApplicationServices/ApplicationServices.h>
25 #if !defined(CMAKE_BOOTSTRAP)
26 diff -Naur cmake-3.25.1-old/Utilities/cmlibarchive/CMakeLists.txt cmake-3.25.1-new/Utilities/cmlibarchive/CMakeLists.txt
27 --- cmake-3.25.1-old/Utilities/cmlibarchive/CMakeLists.txt 2022-11-30 10:57:03.000000000 -0300
28 +++ cmake-3.25.1-new/Utilities/cmlibarchive/CMakeLists.txt 2022-12-19 01:01:43.392205981 -0300
29 @@ -2041,10 +2041,6 @@
30 ADD_CUSTOM_TARGET(run_all_tests)
33 -# We need CoreServices on Mac OS.
35 - LIST(APPEND ADDITIONAL_LIBS "-framework CoreServices")
38 add_subdirectory(libarchive)
39 IF(0) # CMake does not build libarchive's command-line tools.