Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: s/Sanitizers_COMPILER_OPTIONS/Sanitizers_COMPILE_OPTIONS
this change addresses a regression introduced by ed88919, which renamed the exported CMake variable of `Sanitizers_COMPILER_OPTIONS` to `Sanitizers_COMPILE_OPTIONS`, to be more consistent with the names used by CMake. but it failed to update the top-level `CMakeLists.txt`, which was still using the old name to populate this setting down to .pc. that's why some parent project fails to link with the latest seastar with sanitizers enabled. in this change, we correct the variable name. Signed-off-by: Kefu Chai <[email protected]>
- Loading branch information