-
Notifications
You must be signed in to change notification settings - Fork 214
/
Copy pathcb.patch
30 lines (27 loc) · 1.07 KB
/
cb.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ee1cb70f..0555500c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -88,15 +88,15 @@ endif()
add_subdirectory(thirdparty)
add_subdirectory(src)
-if(EXISTS "${OpenVINOGenAI_SOURCE_DIR}/samples" AND ENABLE_SAMPLES)
- add_subdirectory(samples)
-endif()
-if(EXISTS "${OpenVINOGenAI_SOURCE_DIR}/tools/continuous_batching")
- add_subdirectory(tools/continuous_batching)
-endif()
-if(EXISTS "${OpenVINOGenAI_SOURCE_DIR}/tests/cpp")
- add_subdirectory(tests/cpp)
-endif()
+#if(EXISTS "${OpenVINOGenAI_SOURCE_DIR}/samples" AND ENABLE_SAMPLES)
+# add_subdirectory(samples)
+#endif()
+#if(EXISTS "${OpenVINOGenAI_SOURCE_DIR}/tools/continuous_batching")
+# add_subdirectory(tools/continuous_batching)
+#endif()
+#if(EXISTS "${OpenVINOGenAI_SOURCE_DIR}/tests/cpp")
+# add_subdirectory(tests/cpp)
+#endif()
install(FILES LICENSE DESTINATION docs/licensing COMPONENT licensing_genai RENAME LICENSE-GENAI)
install(FILES third-party-programs.txt DESTINATION docs/licensing COMPONENT licensing_genai RENAME third-party-programs-genai.txt)