Skip to content

Commit

Permalink
Trying to fix cpp-linux-arm64 job.
Browse files Browse the repository at this point in the history
  • Loading branch information
rturrado committed Dec 13, 2023
1 parent c65344f commit 2242431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ endif()

# TODO: this flag should go in tree-gen CMakeLists.txt, not here
if(CMAKE_COMPILER_IS_GNUCXX)
add_compile_options(-Werror=maybe-uninitialized)
add_compile_options(-Wno-error=maybe-uninitialized)
endif()

# Main cQASM library in shared or static form as managed by cmake's
Expand Down

0 comments on commit 2242431

Please sign in to comment.