Skip to content

Commit

Permalink
Update to new nvtx3 dependency name
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowe committed May 28, 2024
1 parent 4ebc045 commit 2b66cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cpp/profiler/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ find_library(CUPTI_LIBRARY_PATH cupti_static PATHS
)

target_link_libraries(profilerjni
PRIVATE ${CUPTI_LIBRARY_PATH} nvtx3-cpp flatbuffers::flatbuffers
PRIVATE ${CUPTI_LIBRARY_PATH} nvtx3::nvtx3-cpp flatbuffers::flatbuffers
)

file(READ "${SPARK_RAPIDS_JNI_FBS_DIR}/profiler.fbs" SPARK_RAPIDS_JNI_PROFILER_SCHEMA)
Expand Down

0 comments on commit 2b66cc0

Please sign in to comment.