File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ set(NCNN_VERSION_PATCH ${NCNN_VERSION})
21
21
set (NCNN_VERSION_STRING ${NCNN_VERSION_MAJOR} .${NCNN_VERSION_MINOR} .${NCNN_VERSION_PATCH} )
22
22
message (STATUS "NCNN_VERSION_STRING = ${NCNN_VERSION_STRING} " )
23
23
24
- cmake_minimum_required (VERSION 2.8.12)
24
+ cmake_minimum_required (VERSION 2.8.12...3.10 )
25
25
26
26
if (NOT CMAKE_BUILD_TYPE )
27
27
set (CMAKE_BUILD_TYPE release CACHE STRING "Choose the type of build" FORCE)
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.4)
1
+ cmake_minimum_required (VERSION 3.4...3.10 )
2
2
3
3
project (pyncnn)
4
4
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.1) # for CMAKE_CXX_STANDARD
1
+ cmake_minimum_required (VERSION 3.1...3.10 ) # for CMAKE_CXX_STANDARD
2
2
set (CMAKE_CXX_STANDARD 11)
3
3
4
4
include (GNUInstallDirs)
You can’t perform that action at this time.
0 commit comments