Skip to content

Commit 05036df

Browse files
committed
[CMake] Always compile gui/treemap
It is unconditionally used by ROOTNTupleBrowse.
1 parent 5ba79a9 commit 05036df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gui/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ add_subdirectory(fitpanel)
1010
add_subdirectory(guibuilder)
1111
add_subdirectory(guihtml)
1212
add_subdirectory(recorder)
13+
add_subdirectory(treemap)
1314

1415
if(webgui)
1516
if(cefweb)
@@ -26,8 +27,6 @@ if(webgui)
2627
add_subdirectory(browsable)
2728
add_subdirectory(browserv7)
2829

29-
add_subdirectory(treemap)
30-
3130
if(root7)
3231
add_subdirectory(canvaspainter)
3332
add_subdirectory(fitpanelv7)

0 commit comments

Comments
 (0)