Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed Nov 21, 2023
1 parent 7472434 commit db5606b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions SingleSource/UnitTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ endif()

llvm_singlesource()

if (COMPILER_HAS_MATRIX_FLAG)
set_property(TARGET matrix-types-spec PROPERTY LINK_OPTIONS -fenable-matrix)
if(NOT ARCH STREQUAL "MOS")
if (COMPILER_HAS_MATRIX_FLAG)
set_property(TARGET matrix-types-spec PROPERTY LINK_OPTIONS -fenable-matrix)
endif()
endif()

0 comments on commit db5606b

Please sign in to comment.