Skip to content

Commit adda62f

Browse files
committed
Add back LIBFLAME preproc
1 parent 574e1ba commit adda62f

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
@@ -236,6 +236,7 @@ if(NOT USE_LAPACKLIB MATCHES JW)
236236
set(BLA_VENDOR Intel10_64lp)
237237
elseif(USE_LAPACKLIB MATCHES LIBFLAME)
238238
set(BLA_VENDOR FLAME)
239+
add_definitions(-DWITH_LIBFLAME)
239240
else()
240241
set(USE_LAPACKLIB "LAPACK")
241242
endif()

0 commit comments

Comments
 (0)