We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2164293 commit ed9029cCopy full SHA for ed9029c
root/CMakeLists.txt
@@ -1,4 +1,5 @@
1
add_subdirectory(math)
2
#add_subdirectory(io)
3
-add_subdirectory(roofit)
4
-
+if (ROOT_roofit_FOUND)
+ add_subdirectory(roofit)
5
+endif()
0 commit comments