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 17ddb4c commit 19ed080
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions runtime/src/iree-amd-aie/aie_runtime/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ iree_cc_test(
test_0335_aie_dma_tile_dma_packet_switch_mode
SRCS
test_packet_switch_mode.cc
COPTS
-Wno-format
COPTS
$<$<PLATFORM_ID:Linux>:-Wno-format>
DEPS
iree-amd-aie::aie_runtime::iree_aie_runtime_static
)
Expand All @@ -60,7 +60,7 @@ iree_cc_test(
SRCS
test_control_packets.cc
COPTS
-Wno-format
$<$<PLATFORM_ID:Linux>:-Wno-format>
DEPS
iree-amd-aie::aie_runtime::iree_aie_runtime_static
)
Expand All @@ -83,7 +83,7 @@ iree_cc_test(
SRCS
test_transaction.cc
COPTS
-Wno-format
$<$<PLATFORM_ID:Linux>:-Wno-format>
DEPS
iree-amd-aie::aie_runtime::iree_aie_runtime_static
)
Expand Down

0 comments on commit 19ed080

Please sign in to comment.