Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcd committed Dec 16, 2024
1 parent 008f761 commit 70d17d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/dataset/ArrowDatasetConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set(ARROW_DATASET_REQUIRED_DEPENDENCIES "@ARROW_DATASET_REQUIRED_DEPENDENCIES@")

include(CMakeFindDependencyMacro)
foreach(dependency ${ARROW_DATASET_REQUIRED_DEPENDENCIES})
find_dependency(${dependency})
find_dependency(${dependency})
endforeach()

include("${CMAKE_CURRENT_LIST_DIR}/ArrowDatasetTargets.cmake")
Expand Down

0 comments on commit 70d17d0

Please sign in to comment.