From 1dba738f4e5c472d7b6777da49e00ef041696dba Mon Sep 17 00:00:00 2001 From: rtlprmft <57049340+rtlprmft@users.noreply.github.com> Date: Sun, 6 Sep 2020 00:22:56 +0200 Subject: [PATCH] Update RootMacros.cmake Forgot to change the second line --- cmake/modules/RootMacros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/RootMacros.cmake b/cmake/modules/RootMacros.cmake index 749cbdc6baf31..5ee23c176e0b9 100644 --- a/cmake/modules/RootMacros.cmake +++ b/cmake/modules/RootMacros.cmake @@ -660,7 +660,7 @@ function(ROOT_GENERATE_DICTIONARY dictionary) ${incdirs} $) 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")