Skip to content

Commit

Permalink
enh: simplify index builder
Browse files Browse the repository at this point in the history
  • Loading branch information
vkt1414 committed Mar 20, 2024
1 parent fb96f27 commit 79c8faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ add_custom_target(run_idc_index_data_manager ALL
DEPENDS ${download_dir}/idc_index.csv.zip ${download_dir}/idc_index.parquet
)

install(FILES "${idc_index_csv_zip}" DESTINATION "idc_index_data")
install(FILES "${idc_index_parquet}" DESTINATION "idc_index_data")
install(FILES ${download_dir}/idc_index.csv.zip DESTINATION "idc_index_data")
install(FILES ${download_dir}/idc_index.parquet DESTINATION "idc_index_data")

0 comments on commit 79c8faf

Please sign in to comment.