Skip to content

Commit

Permalink
Update RootMacros.cmake
Browse files Browse the repository at this point in the history
Forgot to change the second line
  • Loading branch information
rtlprmft authored and oshadura committed Sep 14, 2020
1 parent e2d7124 commit 1dba738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/RootMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ function(ROOT_GENERATE_DICTIONARY dictionary)
${incdirs} $<TARGET_PROPERTY:${ARG_MODULE},INCLUDE_DIRECTORIES>)
else()
get_filename_component(dictionary_name ${dictionary} NAME)
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})
endif()

if(PROJECT_NAME STREQUAL "ROOT")
Expand Down

0 comments on commit 1dba738

Please sign in to comment.