Skip to content

Commit

Permalink
Added compiler flag to unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlietz committed Jan 26, 2025
1 parent 1f64a53 commit 6d29dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/qec/unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ endif()
include(GoogleTest)

# ==============================================================================
add_compile_options(-Wno-attributes)

add_executable(test_decoders test_decoders.cpp decoders/sample_decoder.cpp)
target_link_libraries(test_decoders PRIVATE GTest::gtest_main cudaq-qec)
Expand Down

0 comments on commit 6d29dde

Please sign in to comment.