t/ctl: Don't build on Windows

This commit is contained in:
Julian Petrov 2022-07-27 13:04:09 -04:00 committed by Ryan Pavlik
parent 5f4f7530d4
commit 7669d2c545

View file

@ -17,7 +17,7 @@ if(XRT_HAVE_SDL2)
add_subdirectory(gui)
endif()
if(XRT_FEATURE_SERVICE)
if(XRT_FEATURE_SERVICE AND NOT WIN32)
add_subdirectory(ctl)
endif()