|
82 | 82 | # CUDA_NVCC_FLAGS_<CONFIG> variables. For Visual Studio targets,
|
83 | 83 | # the host compiler is constructed with one or more visual studio macros
|
84 | 84 | # such as $(VCInstallDir), that expands out to the path when
|
85 |
| -# the command is run from withing VS. |
| 85 | +# the command is run from within VS. |
86 | 86 | #
|
87 | 87 | # CUDA_NVCC_FLAGS
|
88 | 88 | # CUDA_NVCC_FLAGS_<CONFIG>
|
|
204 | 204 | # The arguments passed in after OPTIONS are extra command line options to
|
205 | 205 | # give to nvcc. You can also specify per configuration options by
|
206 | 206 | # specifying the name of the configuration followed by the options. General
|
207 |
| -# options must preceed configuration specific options. Not all |
| 207 | +# options must precede configuration specific options. Not all |
208 | 208 | # configurations need to be specified, only the ones provided will be used.
|
209 | 209 | #
|
210 | 210 | # OPTIONS -DFLAG=2 "-DFLAG_OTHER=space in flag"
|
|
271 | 271 | # implementation (alternative to:
|
272 | 272 | # CUDA_ADD_CUFFT_TO_TARGET macro)
|
273 | 273 | # CUDA_CUBLAS_LIBRARIES -- Device or emulation library for the Cuda BLAS
|
274 |
| -# implementation (alterative to: |
| 274 | +# implementation (alternative to: |
275 | 275 | # CUDA_ADD_CUBLAS_TO_TARGET macro).
|
276 | 276 | # CUDA_cupti_LIBRARY -- CUDA Profiling Tools Interface library.
|
277 | 277 | # Only available for CUDA version 4.0+.
|
@@ -493,7 +493,7 @@ mark_as_advanced(
|
493 | 493 | # Makefile and similar generators don't define CMAKE_CONFIGURATION_TYPES, so we
|
494 | 494 | # need to add another entry for the CMAKE_BUILD_TYPE. We also need to add the
|
495 | 495 | # standerd set of 4 build types (Debug, MinSizeRel, Release, and RelWithDebInfo)
|
496 |
| -# for completeness. We need run this loop in order to accomodate the addition |
| 496 | +# for completeness. We need run this loop in order to accommodate the addition |
497 | 497 | # of extra configuration types. Duplicate entries will be removed by
|
498 | 498 | # REMOVE_DUPLICATES.
|
499 | 499 | set(CUDA_configuration_types ${CMAKE_CONFIGURATION_TYPES} ${CMAKE_BUILD_TYPE} Debug MinSizeRel Release RelWithDebInfo)
|
|
0 commit comments