From a1b3f56670c920636bcc6b6ba01a909cdf725e65 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Fri, 30 Sep 2022 14:22:56 -0400 Subject: [PATCH] Correct style issues found by CI --- cpp/CMakeLists.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index d75f10a9413..179ee298be3 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -618,10 +618,14 @@ target_compile_definitions( target_compile_definitions(cudf PRIVATE "JITIFY_PRINT_LOG=0") if(JITIFY_USE_CACHE) - # Instruct src/jit/cache what version of cudf we are building so it can compute - # a cal-ver cache directory. We isolate this definition to the single source so - # it doesn't effect compiling caching for all of libcudf - set_property(SOURCE src/jit/cache.cpp APPEND PROPERTY COMPILE_DEFINITIONS "JITIFY_USE_CACHE" "CUDF_VERSION=${PROJECT_VERSION}") + # Instruct src/jit/cache what version of cudf we are building so it can compute a cal-ver cache + # directory. We isolate this definition to the single source so it doesn't effect compiling + # caching for all of libcudf + set_property( + SOURCE src/jit/cache.cpp + APPEND + PROPERTY COMPILE_DEFINITIONS "JITIFY_USE_CACHE" "CUDF_VERSION=${PROJECT_VERSION}" + ) endif() # Per-thread default stream