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

Disable only proofbench on Windows

parent 04f8b5c6
No related merge requests found
add_subdirectory(proof)
add_subdirectory(proofplayer) # special CMakeListst.txt
if(NOT WIN32) if(NOT WIN32)
add_subdirectory(proof)
add_subdirectory(proofplayer) # special CMakeListst.txt
add_subdirectory(proofbench) # special CMakeListst.txt add_subdirectory(proofbench) # special CMakeListst.txt
if(afdsmgrd) endif()
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)
endif() add_subdirectory(proofx)
endif() endif()
add_subdirectory(pq2) add_subdirectory(pq2)
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