Skip to content

Commit

Permalink
jit_preprocess_files properly specifies the correct output paths
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Apr 6, 2021
1 parent c8c00f1 commit a6e2a25
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 @@ -33,7 +33,7 @@ function(jit_preprocess_files)
)

foreach(ARG_FILE ${ARG_FILES})
set(ARG_OUTPUT ${CUDF_GENERATED_INCLUDE_DIR}/include/jit_preprocessed_files/${ARG_FILE}.jit)
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
Expand Down

0 comments on commit a6e2a25

Please sign in to comment.