Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Aug 26, 2024
1 parent fbefb72 commit 3c8ab5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion runtime/src/iree-amd-aie/aie_runtime/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ iree_cc_test(
COPTS
$<$<PLATFORM_ID:Linux>:-Wno-format>
$<$<PLATFORM_ID:Darwin>:-Wno-format>
$<$<PLATFORM_ID:Windows>:/wd4777>
DEPS
iree-amd-aie::aie_runtime::iree_aie_runtime_static
)
Expand All @@ -63,6 +64,7 @@ iree_cc_test(
COPTS
$<$<PLATFORM_ID:Linux>:-Wno-format>
$<$<PLATFORM_ID:Darwin>:-Wno-format>
$<$<PLATFORM_ID:Windows>:/wd4777>
DEPS
iree-amd-aie::aie_runtime::iree_aie_runtime_static
)
Expand All @@ -86,7 +88,8 @@ iree_cc_test(
test_transaction.cc
COPTS
$<$<PLATFORM_ID:Linux>:-Wno-format>
$<$<PLATFORM_ID:Darwin>:-Wno-format>
$<$<PLATFORM_ID:Darwin>:-Wno-format>
$<$<PLATFORM_ID:Windows>:/wd4777>
DEPS
iree-amd-aie::aie_runtime::iree_aie_runtime_static
)
Expand Down

0 comments on commit 3c8ab5e

Please sign in to comment.