Skip to content

Commit 29de674

Browse files
committed
ensure embedded BLAS gets PENTIUM_II_KIND
1 parent 9eb5965 commit 29de674

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ if (MISSING_FNS_TOTAL GREATER 0)
202202
)
203203
endif()
204204
add_library(my_blas OBJECT ${missing_blas_src})
205+
target_link_libraries(my_blas MODULES)
205206
endif()
206207

207208
# prepare the main executable, linked against the specifics and the m

0 commit comments

Comments
 (0)