Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Nov 8, 2024
1 parent e9278f6 commit 35a1d05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ else()
)
get_filename_component(_cufile_root "${_cufile_location}" DIRECTORY)
get_filename_component(_cufile_root "${_cufile_root}" DIRECTORY)
message(WARNING "PREFIX: $ENV{PREFIX}")
message(WARNING "BUILD_PREFIX: $ENV{BUILD_PREFIX}")
file(READ "${_cufile_root}/include/cufile.h" CUFILE_H_STR)
string(FIND "${CUFILE_H_STR}" "cuFileBatchIOSetUp" cuFileBatchIOSetUp_location)
if(cuFileBatchIOSetUp_location EQUAL "-1")
Expand Down

0 comments on commit 35a1d05

Please sign in to comment.