Skip to content

Commit

Permalink
fix typo in CMakeLists.txt for wstring_convert_util source file path
Browse files Browse the repository at this point in the history
  • Loading branch information
barnasm1 committed Jan 16, 2025
1 parent 22d6712 commit 2e7cf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ endif()

set_source_files_properties(
"${CMAKE_CURRENT_SOURCE_DIR}/src/file_util.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/src/wstring_cpnvert_util.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/src/wstring_convert_util.cpp"
PROPERTIES COMPILE_DEFINITIONS OpenVINO_VERSION="${OpenVINO_VERSION}")

source_group("src" FILES ${LIBRARY_SRC})
Expand Down

0 comments on commit 2e7cf52

Please sign in to comment.