summaryrefslogtreecommitdiffstats
path: root/Modules/FindCUDA.cmake
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-06-04 05:48:39 (GMT)
committerBrad King <brad.king@kitware.com>2018-06-04 14:32:49 (GMT)
commitbe281068806891f725fa82583ffb97112872f618 (patch)
tree898dea2588ff9e9407f0f30018d78f6a86542d44 /Modules/FindCUDA.cmake
parentf70da4ed836fa40572d2db393b4bf24a87ba3a87 (diff)
downloadCMake-be281068806891f725fa82583ffb97112872f618.zip
CMake-be281068806891f725fa82583ffb97112872f618.tar.gz
CMake-be281068806891f725fa82583ffb97112872f618.tar.bz2
Fix misc. typos
Found via `codespell` and `grep`
Diffstat (limited to 'Modules/FindCUDA.cmake')
-rw-r--r--Modules/FindCUDA.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindCUDA.cmake b/Modules/FindCUDA.cmake
index 874fb89..21cace3 100644
--- a/Modules/FindCUDA.cmake
+++ b/Modules/FindCUDA.cmake
@@ -569,7 +569,7 @@ else()
endif()
# Propagate the host flags to the host compiler via -Xcompiler
-option(CUDA_PROPAGATE_HOST_FLAGS "Propage C/CXX_FLAGS and friends to the host compiler via -Xcompile" ON)
+option(CUDA_PROPAGATE_HOST_FLAGS "Propagate C/CXX_FLAGS and friends to the host compiler via -Xcompile" ON)
# Enable CUDA_SEPARABLE_COMPILATION
option(CUDA_SEPARABLE_COMPILATION "Compile CUDA objects with separable compilation enabled. Requires CUDA 5.0+" OFF)