File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -109,4 +109,5 @@ function(configure_stdlib_target target_name regular_sources_var fypp_files_var
109
109
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR} "
110
110
)
111
111
install (DIRECTORY ${LIB_MOD_DIR} DESTINATION "${INSTALL_MOD_DIR} " )
112
- endfunction ()
112
+
113
+ endfunction ()
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ configure_stdlib_target(blas "" blas_fppFiles blas_cppFiles)
22
22
23
23
if (BLAS_FOUND)
24
24
target_link_libraries (blas PUBLIC "BLAS::BLAS" )
25
- endif ()
25
+ endif ()
Original file line number Diff line number Diff line change @@ -74,4 +74,4 @@ configure_stdlib_target(lapack lapack_f90Files lapack_fppFiles lapack_cppFiles)
74
74
if (LAPACK_FOUND)
75
75
target_link_libraries (lapack PUBLIC "LAPACK::LAPACK" )
76
76
endif ()
77
- target_link_libraries (lapack PUBLIC blas)
77
+ target_link_libraries (lapack PUBLIC blas)
You can’t perform that action at this time.
0 commit comments