File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 2
2
## Author: Hank Anderson <hank@statease.com>
3
3
##
4
4
5
- cmake_minimum_required (VERSION 2.8.5 )
5
+ cmake_minimum_required (VERSION 3.6 )
6
6
7
7
project (OpenBLAS C ASM )
8
8
@@ -258,10 +258,6 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "AIX|Android|Linux|FreeBSD|OpenBSD|NetBSD|Drago
258
258
endif ()
259
259
endif ()
260
260
261
- if (APPLE AND BUILD_SHARED_LIBS )
262
- set (CMAKE_MACOSX_RPATH ON )
263
- endif ()
264
-
265
261
# Seems that this hack doesn't required since macOS 11 Big Sur
266
262
if (APPLE AND BUILD_SHARED_LIBS AND CMAKE_HOST_SYSTEM_VERSION VERSION_LESS 20 )
267
263
set (CMAKE_C_USE_RESPONSE_FILE_FOR_OBJECTS 1 )
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.8.7 )
1
+ cmake_minimum_required (VERSION 3.6 )
2
2
project (TIMING Fortran )
3
3
add_executable (secondtst_NONE second_NONE.f secondtst.f )
4
4
add_executable (secondtst_EXT_ETIME second_EXT_ETIME.f secondtst.f )
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 2.8.7 )
1
+ cmake_minimum_required (VERSION 3.6 )
2
2
project (MANGLING C Fortran )
3
3
4
4
add_executable (xintface Fintface.f Cintface.c )
Original file line number Diff line number Diff line change 4
4
## HINTS: ctest -Ddashboard_model=Nightly -S $(pwd)/lapack/lapack_build.cmake
5
5
##
6
6
7
- cmake_minimum_required (VERSION 2.8.10 )
7
+ cmake_minimum_required (VERSION 3.6 )
8
8
###################################################################
9
9
# The values in this section must always be provided
10
10
###################################################################
You can’t perform that action at this time.
0 commit comments