Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Typo
  • Loading branch information
vgvassilev committed Nov 20, 2018
commit 7afe23c248bd495714b70e26c7777c5aac07e59e
2 changes: 1 addition & 1 deletion cmake/modules/RootNewMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ function(ROOT_GENERATE_DICTIONARY dictionary)
endif()

if(CMAKE_ROOTTEST_NOROOTMAP)
set(rootmapname )
set(rootmap_name )
set(rootmapargs )
else()
set(rootmapargs -rml ${library_name} -rmf ${rootmap_name})
Expand Down