[HIPIFY][cmake] Exclude socat from Win config

[ROCm/clr commit: 5c15cc77cb]
This commit is contained in:
Evgeny Mankov
2018-01-10 21:06:06 +03:00
parent 9a0d16f791
commit b067e12c7c
@@ -78,7 +78,9 @@ if (HIPIFY_CLANG_TESTS)
require_program(lit)
require_program(FileCheck)
require_program(socat)
if(NOT WIN32)
require_program(socat)
endif()
# Populates CUDA_TOOLKIT_ROOT_DIR, which is then applied to the lit config to give the
# value of --cuda-path for the test runs.