Skip to content

Commit

Permalink
Fix nvtx3 linking issue in benchmark (#2098)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
ttnghia authored May 30, 2024
1 parent a9daa19 commit eb407f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/cpp/benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#=============================================================================
# Copyright (c) 2022-2023, NVIDIA CORPORATION.
# Copyright (c) 2022-2024, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -23,7 +23,7 @@ target_compile_options(
)

target_link_libraries(
spark_rapids_jni_datagen PUBLIC cudf::cudf nvtx3-cpp
spark_rapids_jni_datagen PUBLIC cudf::cudf nvtx3::nvtx3-cpp
)

target_include_directories(
Expand Down

0 comments on commit eb407f0

Please sign in to comment.