Skip to content

Commit

Permalink
Merge pull request #9035 from maloel/jpg
Browse files Browse the repository at this point in the history
change libjpeg-turbo branch to 'main'
  • Loading branch information
ev-mp committed May 18, 2021
2 parents 55c56d1 + d01b584 commit d8024a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third-party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(BUILD_NETWORK_DEVICE)
ExternalProject_Add (libjpeg-turbo
PREFIX libjpeg-turbo
GIT_REPOSITORY "https://github.com/libjpeg-turbo/libjpeg-turbo.git"
GIT_TAG "master"
GIT_TAG "main"
SOURCE_DIR "${CMAKE_BINARY_DIR}/third-party/libjpeg-turbo"
CMAKE_ARGS "-DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/libjpeg-turbo"
"-DCMAKE_GENERATOR=${CMAKE_GENERATOR}"
Expand Down

0 comments on commit d8024a3

Please sign in to comment.