Skip to content

Commit

Permalink
Updated latest tested CMake version to 2.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joerg Riesmeier committed Apr 16, 2010
1 parent 175a834 commit 07a7bb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.355
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Changes between releases are documented here.
to pixel data. Now also some rare cases of BitsAllocated are supported.
Affects: dcmimgle/include/dcmtk/dcmimgle/diinpxt.h

- Updated latest tested CMake version to 2.8.1.
Affects: CMakeLists.txt

**** Changes from 2010.04.15 (riesmeier)

- Fixed possibly wrong computation of a buffer size when using partial read
Expand Down
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ ENDIF(NOT MSVC)

# check required version of CMake
CMAKE_MINIMUM_REQUIRED(VERSION 2.4.8)
IF(CMAKE_BACKWARDS_COMPATIBILITY GREATER 2.8.0)
SET(CMAKE_BACKWARDS_COMPATIBILITY 2.8.0 CACHE STRING "Latest version of CMake when this project was released." FORCE)
ENDIF(CMAKE_BACKWARDS_COMPATIBILITY GREATER 2.8.0)
IF(CMAKE_BACKWARDS_COMPATIBILITY GREATER 2.8.1)
SET(CMAKE_BACKWARDS_COMPATIBILITY 2.8.1 CACHE STRING "Latest version of CMake when this project was released." FORCE)
ENDIF(CMAKE_BACKWARDS_COMPATIBILITY GREATER 2.8.1)

IF(COMMAND CMAKE_POLICY)
# Works around warnings about libraries linked against that don't have absolute paths
Expand Down

0 comments on commit 07a7bb1

Please sign in to comment.