We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c844669 commit 8fb2c21Copy full SHA for 8fb2c21
cmake/RootMacros.cmake
@@ -649,9 +649,9 @@ function(ROOT_GENERATE_DICTIONARY dictionary)
649
endif()
650
651
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()
+ #foreach(implinc IN LISTS CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES)
+ # list(APPEND compIncPaths "-compilerI${implinc}")
+ #endforeach()
655
656
#---call rootcint------------------------------------------
657
add_custom_command(OUTPUT ${dictionary}.cc ${pcm_name} ${rootmap_name} ${cpp_module_file}
0 commit comments