From 5202e46a79838d15c0e4373b29902b6ffd700864 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Tue, 12 Dec 2017 15:21:51 +0100 Subject: [PATCH] [cxxmodules] Remove TVersionCheck.h from Core C++ module blacklist This header is supported in the C++ module, so we can remove it from the blacklist. --- cmake/modules/RootNewMacros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/RootNewMacros.cmake b/cmake/modules/RootNewMacros.cmake index a4ad269c48b39..38f05cf0d32cf 100644 --- a/cmake/modules/RootNewMacros.cmake +++ b/cmake/modules/RootNewMacros.cmake @@ -470,7 +470,7 @@ function (ROOT_CXXMODULES_APPEND_TO_MODULEMAP library library_headers) endif() endif(APPLE) - set(excluded_headers RConfig.h RVersion.h RtypesImp.h TVersionCheck.h + set(excluded_headers RConfig.h RVersion.h RtypesImp.h Rtypes.h RtypesCore.h TClassEdit.h TIsAProxy.h TVirtualIsAProxy.h DllImport.h TGenericClassInfo.h