Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct spelling mistake in cpm package docs #188

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/gtest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/libcudacxx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/nvbench.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/rmm.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/spdlog.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/thrust.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down