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

Build only rootd if not win32 and ssl.

parent d8f2f9f3
No related branches found
No related tags found
No related merge requests found
add_subdirectory(net)
add_subdirectory(auth) # special CMakeListst.txt
add_subdirectory(rootd)
if(bonjour)
add_subdirectory(bonjour)
......@@ -13,6 +12,7 @@ endif()
if(NOT WIN32 AND ssl)
add_subdirectory(rpdutils)
add_subdirectory(rootd)
endif()
if(xrootd)
......
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