1
0
mirror of synced 2024-11-05 12:38:54 +01:00

Merge branch 'master' into 'master'

Spelling fix

See merge request CLIUtils/modern-cmake!38
This commit is contained in:
Henry Schreiner 2020-08-03 13:29:42 +00:00
commit 00c307eb73

View File

@ -58,7 +58,7 @@ You can also use separable compilation:
```cmake
set_target_properties(mylib PROPERTIES
CUDA_SEPERABLE_COMPILATION ON)
CUDA_SEPARABLE_COMPILATION ON)
```
You can also directly make a PTX file with the `CUDA_PTX_COMPILATION` property.