Skip to content

Commit

Permalink
(TIFF) Head commit which fixes cmake prefix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
csparker247 committed Dec 14, 2023
1 parent ef4ca70 commit 4645fea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)

project(vc-deps VERSION 1.8.0)
project(vc-deps VERSION 1.8.1)

set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/)

Expand Down
4 changes: 2 additions & 2 deletions cmake/BuildTIFF.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ if(VCDEPS_BUILD_TIFF)
externalproject_add(
libtiff
DEPENDS zlib ${GLOBAL_DEPENDS}
URL https://gitlab.com/libtiff/libtiff/-/archive/v4.6.0/libtiff-v4.6.0.tar.gz
URL_HASH SHA512=ef2f1d424219d9e245069b7d23e78f5e817cf6ee516d46694915ab6c8909522166f84997513d20a702f4e52c3f18467813935b328fafa34bea5156dee00f66fa
URL https://gitlab.com/libtiff/libtiff/-/archive/3705f82b6483c7906cf08cd6b9dcdcd59c61d779/libtiff-3705f82b6483c7906cf08cd6b9dcdcd59c61d779.tar.gz
URL_HASH SHA512=3f28ea3763380e730a3b3220d173b4519cf8c9d69e6312e1364599233e11cfa4707ebc98484a07e63ed24a7ab3ada53da397e160da0f8ebc78cb6045e61d693d
DOWNLOAD_NO_PROGRESS true
DOWNLOAD_EXTRACT_TIMESTAMP ON
CMAKE_CACHE_ARGS
Expand Down

0 comments on commit 4645fea

Please sign in to comment.