Skip to content

Commit

Permalink
Make CUDF_JNI_ENABLE_PROFILING private.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Nov 28, 2022
1 parent 83d0ce1 commit f0dbc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/main/native/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ if(NOT USE_NVTX)
endif()

if(CUDF_JNI_ENABLE_PROFILING)
target_compile_definitions(cudfjni PUBLIC CUDF_JNI_ENABLE_PROFILING)
target_compile_definitions(cudfjni PRIVATE CUDF_JNI_ENABLE_PROFILING)
endif()

if(CUDF_JNI_LIBCUDF_STATIC AND BUILD_SHARED_LIBS)
Expand Down

0 comments on commit f0dbc5b

Please sign in to comment.