blob: 4404b90a2c50a46d0df7e227cbe7ec4b1f1fed96 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- CMakeLists.txt 2024-12-16 09:10:50.000000000 -0800
+++ CMakeLists.txt 2024-12-31 23:52:42.840766000 -0800
@@ -202,11 +202,8 @@
if(ENABLE_WEBUI)
add_subdirectory(webui)
endif()
- if(NOT client-only)
- if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Windows")
- add_subdirectory(contrib)
- endif()
- add_subdirectory(systemtests)
+ if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Windows")
+ add_subdirectory(contrib)
endif()
endif()
|