From 66e2c287badea705954f6920b8a55432440577bb Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Wed, 11 May 2022 14:37:49 -0400 Subject: [PATCH] Correct spelling mistake in cpm package docs --- rapids-cmake/cpm/gtest.cmake | 2 +- rapids-cmake/cpm/libcudacxx.cmake | 2 +- rapids-cmake/cpm/nvbench.cmake | 2 +- rapids-cmake/cpm/rmm.cmake | 2 +- rapids-cmake/cpm/spdlog.cmake | 2 +- rapids-cmake/cpm/thrust.cmake | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rapids-cmake/cpm/gtest.cmake b/rapids-cmake/cpm/gtest.cmake index ab427682..6ce048fa 100644 --- a/rapids-cmake/cpm/gtest.cmake +++ b/rapids-cmake/cpm/gtest.cmake @@ -43,7 +43,7 @@ Result Targets Result Variables ^^^^^^^^^^^^^^^^ :cmake:variable:`GTest_SOURCE_DIR` is set to the path to the source directory of GTest. - :cmake:variable:`GTest_BINAR_DIR` is set to the path to the build directory of GTest. + :cmake:variable:`GTest_BINARY_DIR` is set to the path to the build directory of GTest. :cmake:variable:`GTest_ADDED` is set to a true value if GTest has not been added before. :cmake:variable:`GTest_VERSION` is set to the version of GTest specified by the versions.json. diff --git a/rapids-cmake/cpm/libcudacxx.cmake b/rapids-cmake/cpm/libcudacxx.cmake index cd377d98..fedf78a1 100644 --- a/rapids-cmake/cpm/libcudacxx.cmake +++ b/rapids-cmake/cpm/libcudacxx.cmake @@ -48,7 +48,7 @@ Result Targets Result Variables ^^^^^^^^^^^^^^^^ :cmake:variable:`libcudacxx_SOURCE_DIR` is set to the path to the source directory of libcudacxx. - :cmake:variable:`libcudacxx_BINAR_DIR` is set to the path to the build directory of libcudacxx. + :cmake:variable:`libcudacxx_BINARY_DIR` is set to the path to the build directory of libcudacxx. :cmake:variable:`libcudacxx_ADDED` is set to a true value if libcudacxx has not been added before. :cmake:variable:`libcudacxx_VERSION` is set to the version of libcudacxx specified by the versions.json. diff --git a/rapids-cmake/cpm/nvbench.cmake b/rapids-cmake/cpm/nvbench.cmake index 1620a32d..b1f12fff 100644 --- a/rapids-cmake/cpm/nvbench.cmake +++ b/rapids-cmake/cpm/nvbench.cmake @@ -49,7 +49,7 @@ Result Targets Result Variables ^^^^^^^^^^^^^^^^ :cmake:variable:`nvbench_SOURCE_DIR` is set to the path to the source directory of nvbench. - :cmake:variable:`nvbench_BINAR_DIR` is set to the path to the build directory of nvbench. + :cmake:variable:`nvbench_BINARY_DIR` is set to the path to the build directory of nvbench. :cmake:variable:`nvbench_ADDED` is set to a true value if nvbench has not been added before. :cmake:variable:`nvbench_VERSION` is set to the version of nvbench specified by the versions.json. diff --git a/rapids-cmake/cpm/rmm.cmake b/rapids-cmake/cpm/rmm.cmake index d68db2e8..e94c0f11 100644 --- a/rapids-cmake/cpm/rmm.cmake +++ b/rapids-cmake/cpm/rmm.cmake @@ -52,7 +52,7 @@ Result Targets Result Variables ^^^^^^^^^^^^^^^^ :cmake:variable:`rmm_SOURCE_DIR` is set to the path to the source directory of RMM. - :cmake:variable:`rmm_BINAR_DIR` is set to the path to the build directory of RMM. + :cmake:variable:`rmm_BINARY_DIR` is set to the path to the build directory of RMM. :cmake:variable:`rmm_ADDED` is set to a true value if RMM has not been added before. :cmake:variable:`rmm_VERSION` is set to the version of RMM specified by the versions.json. diff --git a/rapids-cmake/cpm/spdlog.cmake b/rapids-cmake/cpm/spdlog.cmake index 74a1e050..f2592e9e 100644 --- a/rapids-cmake/cpm/spdlog.cmake +++ b/rapids-cmake/cpm/spdlog.cmake @@ -52,7 +52,7 @@ Result Targets Result Variables ^^^^^^^^^^^^^^^^ :cmake:variable:`spdlog_SOURCE_DIR` is set to the path to the source directory of spdlog. - :cmake:variable:`spdlog_BINAR_DIR` is set to the path to the build directory of spdlog. + :cmake:variable:`spdlog_BINARY_DIR` is set to the path to the build directory of spdlog. :cmake:variable:`spdlog_ADDED` is set to a true value if spdlog has not been added before. :cmake:variable:`spdlog_VERSION` is set to the version of spdlog specified by the versions.json. diff --git a/rapids-cmake/cpm/thrust.cmake b/rapids-cmake/cpm/thrust.cmake index 9c6219b0..a4b93d08 100644 --- a/rapids-cmake/cpm/thrust.cmake +++ b/rapids-cmake/cpm/thrust.cmake @@ -57,7 +57,7 @@ Result Targets Result Variables ^^^^^^^^^^^^^^^^ :cmake:variable:`Thrust_SOURCE_DIR` is set to the path to the source directory of Thrust. - :cmake:variable:`Thrust_BINAR_DIR` is set to the path to the build directory of Thrust. + :cmake:variable:`Thrust_BINARY_DIR` is set to the path to the build directory of Thrust. :cmake:variable:`Thrust_ADDED` is set to a true value if Thrust has not been added before. :cmake:variable:`Thrust_VERSION` is set to the version of Thrust specified by the versions.json.