We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf6813 commit 051b9d2Copy full SHA for 051b9d2
CMakeLists.txt
@@ -72,10 +72,8 @@
72
# DEV: static includes blosc.a and blosc.h
73
74
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()
+# Recent versions of cmake dropped compatibility with < 3.5
+cmake_minimum_required(VERSION 3.5)
79
80
# parse the full version numbers from blosc.h
81
file(READ ${CMAKE_CURRENT_SOURCE_DIR}/blosc/blosc.h _blosc_h_contents)
0 commit comments