Skip to content

Commit ed9029c

Browse files
Axel-Naumannvgvassilev
authored andcommitted
Only build roofit/ if ROOT has roofit enabled.
1 parent 2164293 commit ed9029c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

root/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
add_subdirectory(math)
22
#add_subdirectory(io)
3-
add_subdirectory(roofit)
4-
3+
if (ROOT_roofit_FOUND)
4+
add_subdirectory(roofit)
5+
endif()

0 commit comments

Comments
 (0)