Skip to content

Commit 1dba738

Browse files
rtlprmftoshadura
authored andcommitted
Update RootMacros.cmake
Forgot to change the second line
1 parent e2d7124 commit 1dba738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/RootMacros.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ function(ROOT_GENERATE_DICTIONARY dictionary)
660660
${incdirs} $<TARGET_PROPERTY:${ARG_MODULE},INCLUDE_DIRECTORIES>)
661661
else()
662662
get_filename_component(dictionary_name ${dictionary} NAME)
663-
add_custom_target(${dictionary} DEPENDS ${dictionary}.cxx ${pcm_name} ${rootmap_name} ${cpp_module_file})
663+
add_custom_target(${dictionary_name} DEPENDS ${dictionary}.cxx ${pcm_name} ${rootmap_name} ${cpp_module_file})
664664
endif()
665665

666666
if(PROJECT_NAME STREQUAL "ROOT")

0 commit comments

Comments
 (0)