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 1cf7e4d commit 0025fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ else()
message(WARNING "BUILD_PREFIX: $ENV{BUILD_PREFIX}")
file(WRITE "${CMAKE_BINARY_DIR}/try_cufile.cpp" "#include <cufile.h>\nint main() { return 0; }\n")
try_compile(_try_cufile SOURCES "${CMAKE_BINARY_DIR}/try_cufile.cpp")
message(STATUS "${_try_cufile}")
message(STATUS "try_compile() result: ${_try_cufile}")
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 0025fbf

Please sign in to comment.