diff -uNr 6.20.00.ORIG/cmake/ROOTConfig.cmake 6.20.00/cmake/ROOTConfig.cmake --- 6.20.00.ORIG/cmake/ROOTConfig.cmake 2020-03-17 13:53:56.000000000 +0900 +++ 6.20.00/cmake/ROOTConfig.cmake 2020-03-17 17:47:07.000000000 +0900 @@ -84,7 +84,7 @@ #---------------------------------------------------------------------------- # Include RootMacros.cmake to get ROOT's CMake macros -include("${_thisdir}/RootMacros.cmake") +include("${_thisdir}/modules/RootMacros.cmake") #---------------------------------------------------------------------------- # Include the file listing all the imported targets and options diff -uNr 6.20.00.ORIG/cmake/ROOTUseFile.cmake 6.20.00/cmake/ROOTUseFile.cmake --- 6.20.00.ORIG/cmake/ROOTUseFile.cmake 2020-03-17 13:53:56.000000000 +0900 +++ 6.20.00/cmake/ROOTUseFile.cmake 2020-03-17 17:50:33.000000000 +0900 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.9 FATAL_ERROR) #---Define the Standard macros for ROOT----------------------------------------------------------- -include(${CMAKE_CURRENT_LIST_DIR}/RootMacros.cmake) +include(${CMAKE_CURRENT_LIST_DIR}/modules/RootMacros.cmake) #---Set Link and include directories-------------------------------------------------------------- include_directories(${ROOT_INCLUDE_DIRS})