diff --git a/CMakeLists.txt b/CMakeLists.txt index 0551b9d..9bc1c5c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ endfunction() if (WIN32) if(NOT OV_LIBRARY_URL) - set(OV_LIBRARY_URL "https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.3/windows/w_openvino_toolkit_windows_2023.3.0.13775.ceeafaf64f3_x86_64.zip") + set(OV_LIBRARY_URL "https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.3/windows/w_openvino_toolkit_windows_2024.0.0.14509.34caeefd078_x86_64.zip") endif() elseif(UNIX) if(NOT OV_LIBRARY_URL) @@ -47,7 +47,7 @@ elseif(UNIX) if (LSB_RELEASE_ID STREQUAL "Ubuntu") if (${LSB_RELEASE_VERSION} STREQUAL "18.04" OR ${LSB_RELEASE_VERSION} STREQUAL "20.04" OR ${LSB_RELEASE_VERSION} STREQUAL "22.04") string(REPLACE ".04" "" LSB_RELEASE_VERSION_SHORT ${LSB_RELEASE_VERSION}) - set(OV_LIBRARY_URL "https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.3/linux/l_openvino_toolkit_ubuntu${LSB_RELEASE_VERSION_SHORT}_2023.3.0.13775.ceeafaf64f3_x86_64.tgz") + set(OV_LIBRARY_URL "https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.3/linux/l_openvino_toolkit_ubuntu${LSB_RELEASE_VERSION_SHORT}_2024.0.0.14509.34caeefd078_x86_64.tgz") else() message(FATAL_ERROR "Ubuntu version ${LSB_RELEASE_VERSION} is unsupported") endif()