Skip to content

Commit 8fb2c21

Browse files
committed
Remove compiler include paths
1 parent c844669 commit 8fb2c21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/RootMacros.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -649,9 +649,9 @@ function(ROOT_GENERATE_DICTIONARY dictionary)
649649
endif()
650650

651651
set(compIncPaths)
652-
foreach(implinc IN LISTS CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES)
653-
list(APPEND compIncPaths "-compilerI${implinc}")
654-
endforeach()
652+
#foreach(implinc IN LISTS CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES)
653+
# list(APPEND compIncPaths "-compilerI${implinc}")
654+
#endforeach()
655655

656656
#---call rootcint------------------------------------------
657657
add_custom_command(OUTPUT ${dictionary}.cc ${pcm_name} ${rootmap_name} ${cpp_module_file}

0 commit comments

Comments
 (0)