We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9daa19 commit eb407f0Copy full SHA for eb407f0
src/main/cpp/benchmarks/CMakeLists.txt
@@ -1,5 +1,5 @@
1
#=============================================================================
2
-# Copyright (c) 2022-2023, NVIDIA CORPORATION.
+# Copyright (c) 2022-2024, NVIDIA CORPORATION.
3
#
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@ target_compile_options(
23
)
24
25
target_link_libraries(
26
- spark_rapids_jni_datagen PUBLIC cudf::cudf nvtx3-cpp
+ spark_rapids_jni_datagen PUBLIC cudf::cudf nvtx3::nvtx3-cpp
27
28
29
target_include_directories(
0 commit comments