Skip to content
Snippets Groups Projects

ROOT Patch, main branch (2023.11.29.)

4 files
+ 19
47
Compare changes
  • Side-by-side
  • Inline
Files
4
diff -ur root-6.26.08-orig/CMakeLists.txt root-6.26.08-patched/CMakeLists.txt
--- root-6.26.08-orig/CMakeLists.txt 2022-10-18 08:52:45.000000000 +0200
+++ root-6.26.08-patched/CMakeLists.txt 2022-12-02 09:51:17.083162714 +0100
@@ -18,7 +18,7 @@
" Please see README/INSTALL for more information.")
endif()
-set(policy_new CMP0072 CMP0077 CMP0135)
+set(policy_new CMP0072 CMP0077)
foreach(policy ${policy_new})
if(POLICY ${policy})
cmake_policy(SET ${policy} NEW)
Loading