Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Jul 7, 2023
1 parent 4564683 commit b5585a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ function(gen_test name files compile_definitions compile_flags link_flags c_stan
set_target_properties(
"${name}_unity"
PROPERTIES
COMPILE_FLAGS "${compile_flags} -Wno-sign-conversion -Wno-conversion -Wno-switch-enum -Wno-float-equal -Wno-double-promotion"
COMPILE_FLAGS "${compile_flags} \
-Wno-sign-conversion -Wno-conversion -Wno-switch-enum -Wno-float-equal -Wno-double-promotion"
LINK_FLAGS "${link_flags}"
)
# Target executable
Expand Down

0 comments on commit b5585a1

Please sign in to comment.