Skip to content

Commit

Permalink
Merge pull request #4975 from blowekamp/tiff_fix_date_version
Browse files Browse the repository at this point in the history
BUG: Set LIBTIFF_RELEASE_DATE in libtiff CMake configuration
  • Loading branch information
blowekamp authored Nov 21, 2024
2 parents 674b3d2 + 1415353 commit adb5eef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Modules/ThirdParty/TIFF/src/itktiff/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ set(LIBTIFF_MICRO_VERSION 0)
set(LIBTIFF_ALPHA_VERSION)
set(LIBTIFF_VERSION "${LIBTIFF_MAJOR_VERSION}.${LIBTIFF_MINOR_VERSION}.${LIBTIFF_MICRO_VERSION}")
set(LIBTIFF_VERSION_FULL "${LIBTIFF_VERSION}${LIBTIFF_ALPHA_VERSION}")
# Package date - get it from file RELEASE-DATE
set(LIBTIFF_RELEASE_DATE "20240911")
endif()

# Project definition
Expand Down

0 comments on commit adb5eef

Please sign in to comment.