Skip to content
Snippets Groups Projects
Commit a9a4d266 authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Fix for ROOT-8242 - ROOT6: alien support fails silently when xrootd not selected (cmake)

parent 75235b74
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,10 @@ endif()
if(xrootd)
add_subdirectory(netx)
if(alien)
add_subdirectory(alien)
endif()
endif()
if(alien)
add_subdirectory(alien)
endif()
if(monalisa)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment