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 e2d7124 commit 1dba738Copy full SHA for 1dba738
cmake/modules/RootMacros.cmake
@@ -660,7 +660,7 @@ function(ROOT_GENERATE_DICTIONARY dictionary)
660
${incdirs} $<TARGET_PROPERTY:${ARG_MODULE},INCLUDE_DIRECTORIES>)
661
else()
662
get_filename_component(dictionary_name ${dictionary} NAME)
663
- add_custom_target(${dictionary} DEPENDS ${dictionary}.cxx ${pcm_name} ${rootmap_name} ${cpp_module_file})
+ add_custom_target(${dictionary_name} DEPENDS ${dictionary}.cxx ${pcm_name} ${rootmap_name} ${cpp_module_file})
664
endif()
665
666
if(PROJECT_NAME STREQUAL "ROOT")
0 commit comments