Skip to content

Commit

Permalink
jitify now properly tracks input files
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Apr 6, 2021
1 parent a6e2a25 commit 84da36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake/Modules/JitifyPreprocessKernels.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function(jit_preprocess_files)
set(ARG_OUTPUT ${CUDF_GENERATED_INCLUDE_DIR}/include/jit_preprocessed_files/${ARG_FILE}.jit.hpp)
list(APPEND JIT_PREPROCESSED_FILES "${ARG_OUTPUT}")
add_custom_command(WORKING_DIRECTORY ${ARG_SOURCE_DIRECTORY}
DEPENDS jitify_preprocess
DEPENDS jitify_preprocess "${ARG_SOURCE_DIRECTORY}/${ARG_FILE}"
OUTPUT ${ARG_OUTPUT}
VERBATIM
COMMAND jitify_preprocess ${ARG_FILE}
Expand Down

0 comments on commit 84da36f

Please sign in to comment.