mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 05:49:01 +08:00
14 lines
451 B
Diff
14 lines
451 B
Diff
diff --git a/src/common/util/CMakeLists.txt b/src/common/util/CMakeLists.txt
|
|
index 4b538aab7c..1cae344ed6 100644
|
|
--- a/src/common/util/CMakeLists.txt
|
|
+++ b/src/common/util/CMakeLists.txt
|
|
@@ -2,7 +2,7 @@
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
-set(TARGET_NAME util)
|
|
+set(TARGET_NAME openvino_util)
|
|
|
|
file(GLOB_RECURSE LIBRARY_SRC ${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp)
|
|
file(GLOB_RECURSE PUBLIC_HEADERS ${CMAKE_CURRENT_SOURCE_DIR}/include/*.hpp)
|