Skip to content

Commit eb407f0

Browse files
authored
Fix nvtx3 linking issue in benchmark (#2098)
* Fix link issue Signed-off-by: Nghia Truong <[email protected]> * Change copyright year Signed-off-by: Nghia Truong <[email protected]> --------- Signed-off-by: Nghia Truong <[email protected]>
1 parent a9daa19 commit eb407f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/cpp/benchmarks/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#=============================================================================
2-
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
2+
# Copyright (c) 2022-2024, NVIDIA CORPORATION.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@ target_compile_options(
2323
)
2424

2525
target_link_libraries(
26-
spark_rapids_jni_datagen PUBLIC cudf::cudf nvtx3-cpp
26+
spark_rapids_jni_datagen PUBLIC cudf::cudf nvtx3::nvtx3-cpp
2727
)
2828

2929
target_include_directories(

0 commit comments

Comments
 (0)