Skip to content

Commit 567d885

Browse files
authored
rename lapack subtarget to lapack_overrides to avoid name clash with netlib in case-insensitive settings
1 parent 84cb58b commit 567d885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ endif ()
203203

204204
# add objects to the openblas lib
205205
if(NOT NO_LAPACK)
206-
add_library(LAPACK OBJECT ${LA_SOURCES})
207-
list(APPEND TARGET_OBJS "$<TARGET_OBJECTS:LAPACK>")
206+
add_library(LAPACK_OVERRIDES OBJECT ${LA_SOURCES})
207+
list(APPEND TARGET_OBJS "$<TARGET_OBJECTS:LAPACK_OVERRIDES>")
208208
endif()
209209
if(NOT NO_LAPACKE)
210210
add_library(LAPACKE OBJECT ${LAPACKE_SOURCES})

0 commit comments

Comments
 (0)