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

Fix for ROOT-7204 - Proof has been disabled on Windows

parent 539c8a90
No related branches found
No related tags found
No related merge requests found
add_subdirectory(proof) if(NOT WIN32)
add_subdirectory(proofplayer) # special CMakeListst.txt add_subdirectory(proof)
add_subdirectory(proofbench) # special CMakeListst.txt add_subdirectory(proofplayer) # special CMakeListst.txt
if(afdsmgrd) add_subdirectory(proofbench) # special CMakeListst.txt
add_subdirectory(afdsmgrd) if(afdsmgrd)
endif() add_subdirectory(afdsmgrd)
if(xrootd AND ssl) endif()
add_subdirectory(proofd) if(xrootd AND ssl)
add_subdirectory(proofx) add_subdirectory(proofd)
add_subdirectory(proofx)
endif()
endif() endif()
add_subdirectory(pq2) add_subdirectory(pq2)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment