Skip to content

Commit

Permalink
Only build roofit/ if ROOT has roofit enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel-Naumann authored and vgvassilev committed Oct 30, 2017
1 parent 2164293 commit ed9029c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions root/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
add_subdirectory(math)
#add_subdirectory(io)
add_subdirectory(roofit)

if (ROOT_roofit_FOUND)
add_subdirectory(roofit)
endif()

0 comments on commit ed9029c

Please sign in to comment.