Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scylladb/seastar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2c2136ed850007cdd911e0f4b107637ad7514d65
Choose a base ref
..
head repository: scylladb/seastar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fa285ae1b2df06f74cdc0bf1c16a3a15d067b71d
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 cmake/FindSanitizers.cmake
4 changes: 2 additions & 2 deletions cmake/FindSanitizers.cmake
Original file line number Diff line number Diff line change
@@ -69,8 +69,8 @@ if (Sanitizers_FOUND)
add_library (${library} INTERFACE IMPORTED)
set_target_properties (${library}
PROPERTIES
INTERFACE_COMPILE_OPTIONS ${Sanitizers_${COMPONENT}_COMPILE_OPTIONS}
INTERFACE_LINK_LIBRARIES ${Sanitizers_${COMPONENT}_COMPILE_OPTIONS})
INTERFACE_COMPILE_OPTIONS "${Sanitizers_${COMPONENT}_COMPILE_OPTIONS}"
INTERFACE_LINK_LIBRARIES "${Sanitizers_${COMPONENT}_COMPILE_OPTIONS}")
endif ()
endforeach ()
endif ()