Skip to content

Commit 79d639d

Browse files
ferdymercuryguitargeek
authored andcommitted
[roottest] fix typo in variable name
ROOT_genreflex_CMD is used everywhere not ROOT_genreflex_cmd Found out while investigating failures in #21890 (cherry picked from commit 7a87fb8)
1 parent 936c1b0 commit 79d639d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/modules/RootMacros.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2749,7 +2749,7 @@ macro(ROOTTEST_GENERATE_REFLEX_DICTIONARY dictionary)
27492749
set(CMAKE_ROOTTEST_NOROOTMAP OFF)
27502750
endif()
27512751
2752-
set(ROOT_genreflex_cmd ${ROOT_BINDIR}/genreflex)
2752+
set(ROOT_genreflex_CMD ${ROOT_BINDIR}/genreflex)
27532753
27542754
ROOTTEST_TARGETNAME_FROM_FILE(targetname ${dictionary})
27552755

0 commit comments

Comments
 (0)