]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: quote a list using quotes
authorKefu Chai <tchaikov@gmail.com>
Sun, 17 Mar 2024 10:53:03 +0000 (18:53 +0800)
committerKefu Chai <tchaikov@gmail.com>
Tue, 26 Mar 2024 23:35:28 +0000 (07:35 +0800)
commitce444d473ce0fd178e7df2984f147f46e0dbf921
tree7362030ddc00a5d210b7a8b01f70d3cae25389f9
parent996de1b12f2820c08f91fa70b53576ed2f44f59a
cmake: quote a list using quotes

otherwised we'd have

```
CMake Error at cmake/modules/FindSanitizers.cmake:17 (if):
  if given arguments:

    "address" "IN_LIST" "address" "thread" "undefined_behavior" "OR" "leak" "IN_LIST" "address" "thread" "undefined_behavior"

  Unknown arguments specified
```

when enabling TSan with WITH_TSAN=ON.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
cmake/modules/FindSanitizers.cmake