Skip to content

Commit 051b9d2

Browse files
committed
Update minimal cmake version
1 parent dcf6813 commit 051b9d2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CMakeLists.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,8 @@
7272
# DEV: static includes blosc.a and blosc.h
7373

7474

75-
cmake_minimum_required(VERSION 2.8.12)
76-
if(NOT CMAKE_VERSION VERSION_LESS 3.3)
77-
cmake_policy(SET CMP0063 NEW)
78-
endif()
75+
# Recent versions of cmake dropped compatibility with < 3.5
76+
cmake_minimum_required(VERSION 3.5)
7977

8078
# parse the full version numbers from blosc.h
8179
file(READ ${CMAKE_CURRENT_SOURCE_DIR}/blosc/blosc.h _blosc_h_contents)

0 commit comments

Comments
 (0)