Skip to content

Commit 03590ea

Browse files
authored
Merge branch 'blas-3' into find_blas_lapack
2 parents 6862209 + a203645 commit 03590ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ add_library(${PROJECT_NAME} ${SRC})
122122

123123
# Link to BLAS and LAPACK
124124
if(BLAS_FOUND)
125-
target_link_libraries(${PROJECT_NAME} BLAS::BLAS)
125+
target_link_libraries(${PROJECT_NAME} BLAS::BLAS)
126126
endif()
127127
if(LAPACK_FOUND)
128-
target_link_libraries(${PROJECT_NAME} LAPACK::LAPACK)
128+
target_link_libraries(${PROJECT_NAME} LAPACK::LAPACK)
129129
endif()
130130

131131
set_target_properties(

0 commit comments

Comments
 (0)