Skip to content

Commit f3cbef3

Browse files
author
nullccxsy
committed
fix ci
1 parent b36b971 commit f3cbef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/iceberg/IcebergConfig.cmake.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ macro(iceberg_find_components components)
6767
endforeach()
6868
endmacro()
6969

70-
include("${CMAKE_CURRENT_LIST_DIR}/IcebergTargets.cmake")
71-
7270
# Find system dependencies
7371
iceberg_find_dependencies("${ICEBERG_SYSTEM_DEPENDENCIES}")
7472

@@ -81,6 +79,8 @@ if(NOT TARGET roaring::roaring-headers-cpp)
8179
add_library(roaring::roaring-headers-cpp INTERFACE IMPORTED)
8280
endif()
8381

82+
include("${CMAKE_CURRENT_LIST_DIR}/IcebergTargets.cmake")
83+
8484
if(TARGET Iceberg::arrow_static)
8585
add_library(Arrow::arrow_static ALIAS Iceberg::arrow_static)
8686

0 commit comments

Comments
 (0)