Skip to content

Commit

Permalink
Add rapids_cpm_nvtx3 to cmake-format-rapids-cmake.json (#652)
Browse files Browse the repository at this point in the history
Noticed while working on #651.

Authors:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #652
  • Loading branch information
KyleFromNVIDIA authored Jul 24, 2024
1 parent 3962771 commit 26aacf9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions cmake-format-rapids-cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,15 @@
"USE_PROPRIETARY_BINARY": 1
}
},
"rapids_cpm_nvtx3": {
"pargs": {
"nargs": 0
},
"kwargs": {
"BUILD_EXPORT_SET": 1,
"INSTALL_EXPORT_SET": 1
}
},
"rapids_cpm_rmm": {
"pargs": {
"nargs": 0
Expand Down
2 changes: 1 addition & 1 deletion rapids-cmake/cpm/nvtx3.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function(rapids_cpm_nvtx3)
list(APPEND CMAKE_MESSAGE_CONTEXT "rapids.cpm.nvtx3")

set(options)
set(one_value USE_PROPRIETARY_BINARY BUILD_EXPORT_SET INSTALL_EXPORT_SET)
set(one_value BUILD_EXPORT_SET INSTALL_EXPORT_SET)
set(multi_value)
cmake_parse_arguments(_RAPIDS "${options}" "${one_value}" "${multi_value}" ${ARGN})

Expand Down

0 comments on commit 26aacf9

Please sign in to comment.