We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac73682 + 0e6a2cc commit a8bb105Copy full SHA for a8bb105
CMakeLists.txt
@@ -2,7 +2,7 @@
2
## Author: Hank Anderson <hank@statease.com>
3
##
4
5
-cmake_minimum_required(VERSION 2.8.5)
+cmake_minimum_required(VERSION 3.16.0)
6
7
project(OpenBLAS C ASM)
8
@@ -258,10 +258,6 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "AIX|Android|Linux|FreeBSD|OpenBSD|NetBSD|Drago
258
endif()
259
260
261
-if (APPLE AND BUILD_SHARED_LIBS)
262
-set(CMAKE_MACOSX_RPATH ON)
263
-endif()
264
-
265
# Seems that this hack doesn't required since macOS 11 Big Sur
266
if (APPLE AND BUILD_SHARED_LIBS AND CMAKE_HOST_SYSTEM_VERSION VERSION_LESS 20)
267
set (CMAKE_C_USE_RESPONSE_FILE_FOR_OBJECTS 1)
0 commit comments