Skip to content

Commit

Permalink
disable unity build for ureact_self_contained_headers_test because un…
Browse files Browse the repository at this point in the history
…ity build kinda contradicts the point of the test
  • Loading branch information
YarikTH committed Aug 18, 2023
1 parent e5321ce commit 0ac1521
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/self_contained/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ ureact_setup_self_contained_test_sources()

target_link_libraries(ureact_self_contained_headers_test PRIVATE ureact::ureact)

set_property(TARGET ureact_self_contained_headers_test PROPERTY UNITY_BUILD OFF)

target_compile_options(
ureact_self_contained_headers_test
PRIVATE ${UREACT_WARNING_OPTION}
Expand Down

0 comments on commit 0ac1521

Please sign in to comment.