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
109109 LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR} "
110110 )
111111 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)
2222
2323if (BLAS_FOUND)
2424 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)
7474if (LAPACK_FOUND)
7575 target_link_libraries (lapack PUBLIC "LAPACK::LAPACK" )
7676endif ()
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