File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ foreach(float_type ${FLOAT_TYPES})
16
16
add_executable (x${float_char}cblat1
17
17
c_${float_char}blat1.f
18
18
c_${float_char}blas1.c )
19
- target_link_libraries (x${float_char}cblat1 ${OpenBLAS_LIBNAME} _static )
19
+ target_link_libraries (x${float_char}cblat1 ${OpenBLAS_LIBNAME} )
20
20
add_test (NAME "x${float_char} cblat1"
21
21
COMMAND "${CMAKE_CURRENT_BINARY_DIR} /x${float_char} cblat1" )
22
22
@@ -28,7 +28,7 @@ foreach(float_type ${FLOAT_TYPES})
28
28
auxiliary.c
29
29
c_xerbla.c
30
30
constant.c )
31
- target_link_libraries (x${float_char}cblat2 ${OpenBLAS_LIBNAME} _static )
31
+ target_link_libraries (x${float_char}cblat2 ${OpenBLAS_LIBNAME} )
32
32
add_test (NAME "x${float_char} cblat2"
33
33
COMMAND sh "${CMAKE_CURRENT_BINARY_DIR} /test_cblas_helper.sh" "${CMAKE_CURRENT_BINARY_DIR} /x${float_char} cblat2" "${PROJECT_SOURCE_DIR} /ctest/${float_char} in2" )
34
34
@@ -40,7 +40,7 @@ foreach(float_type ${FLOAT_TYPES})
40
40
auxiliary.c
41
41
c_xerbla.c
42
42
constant.c )
43
- target_link_libraries (x${float_char}cblat3 ${OpenBLAS_LIBNAME} _static )
43
+ target_link_libraries (x${float_char}cblat3 ${OpenBLAS_LIBNAME} )
44
44
add_test (NAME "x${float_char} cblat3"
45
45
COMMAND sh "${CMAKE_CURRENT_BINARY_DIR} /test_cblas_helper.sh" "${CMAKE_CURRENT_BINARY_DIR} /x${float_char} cblat3" "${PROJECT_SOURCE_DIR} /ctest/${float_char} in3" )
46
46
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ set(OpenBLAS_Tests
11
11
12
12
foreach (test_bin ${OpenBLAS_Tests} )
13
13
add_executable (${test_bin} ${test_bin} .f )
14
- target_link_libraries (${test_bin} ${OpenBLAS_LIBNAME} _static )
14
+ target_link_libraries (${test_bin} ${OpenBLAS_LIBNAME} )
15
15
endforeach ()
16
16
17
17
# $1 exec, $2 input, $3 output_result
You can’t perform that action at this time.
0 commit comments