Skip to content

Commit

Permalink
systemtests: do not enable on Windows
Browse files Browse the repository at this point in the history
The systemtests cannot run on windows right now, so we don't want to
include the subdirectory at all.
  • Loading branch information
arogge committed Aug 25, 2020
1 parent ee13083 commit 66d8347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -74,7 +74,7 @@ endif()
if(BUILD_BAREOS_BINARIES)
add_subdirectory(core)
add_subdirectory(webui)
if(NOT client-only)
if(NOT client-only AND NOT CMAKE_SYSTEM_NAME STREQUAL "Windows")
add_subdirectory(systemtests)
endif()
endif()
Expand Down

0 comments on commit 66d8347

Please sign in to comment.