Skip to content

Commit

Permalink
Remove dead code from previous cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
roehling committed Nov 26, 2023
1 parent acad66f commit 8b83a34
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ macro(add_postsrsd_test name)
target_compile_definitions(
${name}_executable PRIVATE _GNU_SOURCE _FILE_OFFSET_BITS=64
)
if(HAVE_CLOSE_RANGE_GNU AND NOT HAVE_CLOSE_RANGE)
target_compile_definitions(${name}_executable PRIVATE _GNU_SOURCE)
endif()
target_link_libraries(${name}_executable PRIVATE Check::check)
target_compile_features(${name}_executable PRIVATE c_std_99)
if(TESTS_WITH_ASAN)
Expand Down

0 comments on commit 8b83a34

Please sign in to comment.