diff options
Diffstat (limited to 'BLAS/SRC')
-rw-r--r-- | BLAS/SRC/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/BLAS/SRC/CMakeLists.txt b/BLAS/SRC/CMakeLists.txt index a9306fc4..b9f722d6 100644 --- a/BLAS/SRC/CMakeLists.txt +++ b/BLAS/SRC/CMakeLists.txt @@ -137,13 +137,9 @@ endif() add_library(blas ${ALLOBJ}) -#if(UNIX) -# target_link_libraries(blas m) -#endif() set_target_properties( blas PROPERTIES VERSION ${LAPACK_VERSION} SOVERSION ${LAPACK_MAJOR_VERSION} ) -target_link_libraries(blas) lapack_install_library(blas) |