This repository was archived by the owner on Apr 29, 2026. It is now read-only.
Commit fc7b0b7
committed
Enable position-independent code for CUDA static library in CMake configuration
- Updated `CMakeLists.txt` to set the `POSITION_INDEPENDENT_CODE` property for the `pe_synth_cuda` static library, ensuring compatibility with shared libraries.
- This change enhances the build process for CUDA components, improving flexibility in linking and deployment.1 parent 4a55fcf commit fc7b0b7
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
| |||
0 commit comments