Commit 6bba53b
authored
PS-9379 Fix problem with "-latomic" on some platorms in uuid_vx component (#5407)
https://perconadev.atlassian.net/browse/PS-9379
Fix of problem with -latomic in uuid_vx component of some platofrms.
CMakeLists.txtx for the component now check code sample compilation
and adds "-latomic" if required. Note! On RHEL platforms the package
"gcc-toolset-12-libatomic-devel" must be installed as compile dependency.1 parent c51d625 commit 6bba53b
1 file changed
+22
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
38 | 58 | | |
0 commit comments