rm static linking code from cblas.cmake
This commit is contained in:
		| @@ -2,10 +2,6 @@ | ||||
| # | ||||
| # Find and link to CBLAS. | ||||
| # | ||||
| # Variables used:: | ||||
| # | ||||
| #   ENABLE_STATIC_LINKING | ||||
| # | ||||
| # Variables defined:: | ||||
| # | ||||
| #   CBLAS_FOUND - describe me, uncached | ||||
| @@ -29,10 +25,6 @@ if(ENABLE_CBLAS) | ||||
|     set(CBLAS_LIBRARIES "undefined") | ||||
|     set(CBLAS_INCLUDE_DIR "undefined") | ||||
|  | ||||
|     if(ENABLE_STATIC_LINKING) | ||||
|         set(CMAKE_FIND_LIBRARY_SUFFIXES .a) | ||||
|     endif() | ||||
|  | ||||
|     if(APPLE) | ||||
|         _find_library(Accelerate cblas_dgemm CBLAS_LIBRARIES) | ||||
|         _find_include_dir(Accelerate.h /usr CBLAS_INCLUDE_DIR) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user