Skip to content
Snippets Groups Projects
Commit 7555ffaa authored by Fons Rademakers's avatar Fons Rademakers
Browse files

From Brett Viren:

There is an extraneous "}" in the REFLEX_GENERATE_DICTIONARY cmake macro.


git-svn-id: http://root.cern.ch/svn/root/trunk@44166 27541ba8-7e3a-0410-8455-c3a389f83636
parent 8d8688ef
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ macro(REFLEX_GENERATE_DICTIONARY dictionary)
if(IS_ABSOLUTE ${ARG_SELECTION})
set(selectionfile ${ARG_SELECTION})
else()
set(selectionfile ${CMAKE_CURRENT_SOURCE_DIR}/${ARG_SELECTION}})
set(selectionfile ${CMAKE_CURRENT_SOURCE_DIR}/${ARG_SELECTION})
endif()
set(gensrcdict ${dictionary}_dict.cpp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment