Skip to content

Commit

Permalink
Update to new OV version
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandropalla committed Apr 17, 2024
1 parent 335e8c3 commit a1fd777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ 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)
get_linux_lsb_release_information()
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()
Expand Down

0 comments on commit a1fd777

Please sign in to comment.